We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d132d commit 79007efCopy full SHA for 79007ef
src/ServiceProvider/ParserServiceProvider.php
@@ -25,7 +25,7 @@ public function register(Container $container): void
25
};
26
27
$container[Parser::class] = static function (Container $container): Parser {
28
- return $container[ParserFactory::class]->createForVersion(PhpVersion::fromComponents(8,2));
+ return $container[ParserFactory::class]->createForVersion(PhpVersion::fromComponents(8, 2));
29
30
31
$container[DocCommentParserInterface::class] = static function (): DocCommentParserInterface {
0 commit comments