Skip to content

Commit

Permalink
Remove superfluous code
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 30, 2024
1 parent 5e001de commit efdc7e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/Metadata/Parser/Annotation/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public static function getInstance(): self
return self::$instance ?? self::$instance = new self;
}

private function __construct()
{
}

/**
* @psalm-param class-string $class
*
Expand Down
4 changes: 0 additions & 4 deletions src/Metadata/Parser/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ public static function parser(): Parser
return self::$instance ?? self::$instance = self::build();
}

private function __construct()
{
}

private static function build(): Parser
{
return new CachingParser(
Expand Down

0 comments on commit efdc7e2

Please sign in to comment.