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 0411b4b commit bad6f94Copy full SHA for bad6f94
src/NodeTypeResolver/PHPStan/Scope/PHPStanNodeScopeResolver.php
@@ -417,7 +417,7 @@ public function processNodes(
417
RectorNodeScopeResolver::processNodes($stmts, $scope);
418
}
419
420
- // use after scope filling DecoratingNodeVisitorInterface can can fetch the scope of target node
+ // use after scope filling so DecoratingNodeVisitorInterface instance can fetch the scope of target node
421
$this->nodeTraverser->traverse($stmts);
422
423
return $stmts;
0 commit comments