Skip to content

Commit 79007ef

Browse files
authored
fix cs
1 parent d2d132d commit 79007ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider/ParserServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function register(Container $container): void
2525
};
2626

2727
$container[Parser::class] = static function (Container $container): Parser {
28-
return $container[ParserFactory::class]->createForVersion(PhpVersion::fromComponents(8,2));
28+
return $container[ParserFactory::class]->createForVersion(PhpVersion::fromComponents(8, 2));
2929
};
3030

3131
$container[DocCommentParserInterface::class] = static function (): DocCommentParserInterface {

0 commit comments

Comments
 (0)