Skip to content

Commit bad6f94

Browse files
committed
fix grammar
1 parent 0411b4b commit bad6f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeTypeResolver/PHPStan/Scope/PHPStanNodeScopeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ public function processNodes(
417417
RectorNodeScopeResolver::processNodes($stmts, $scope);
418418
}
419419

420-
// use after scope filling DecoratingNodeVisitorInterface can can fetch the scope of target node
420+
// use after scope filling so DecoratingNodeVisitorInterface instance can fetch the scope of target node
421421
$this->nodeTraverser->traverse($stmts);
422422

423423
return $stmts;

0 commit comments

Comments
 (0)