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 bad6f94 commit 5a6c060Copy full SHA for 5a6c060
src/NodeTypeResolver/PHPStan/Scope/PHPStanNodeScopeResolver.php
@@ -418,6 +418,7 @@ public function processNodes(
418
}
419
420
// use after scope filling so DecoratingNodeVisitorInterface instance can fetch the scope of target node
421
+ // @see https://github.com/rectorphp/rector-src/pull/7721#discussion_r2595932460
422
$this->nodeTraverser->traverse($stmts);
423
424
return $stmts;
0 commit comments