Skip to content

Commit

Permalink
remove ->tag call as register in PHPStan conditionalTags
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 7, 2022
1 parent 80b7cf3 commit e7e11e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@
$services->set(StringFormatConverter::class);

$services->set(JsonFileSystem::class);
$services->set(NodeConnectingVisitor::class)
->tag('phpstan.parser.richParserNodeVisitor');
$services->set(NodeConnectingVisitor::class);

$services->set(InflectorFactory::class);
$services->set(Inflector::class)
Expand Down

0 comments on commit e7e11e8

Please sign in to comment.