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 34dc1f1 commit 7c1f4d5Copy full SHA for 7c1f4d5
1 file changed
src/Rector/AbstractRector.php
@@ -188,7 +188,7 @@ final public function enterNode(Node $node): int|Node|null
188
}
189
190
if ($isIntRefactoredNode) {
191
- // @see NodeTraverser::* codes, e.g. removal of node of stopping the traversing
+ // @see NodeVisitor::* codes, e.g. removal of node of stopping the traversing
192
if ($refactoredNode === NodeVisitor::REMOVE_NODE) {
193
// log here, so we can remove the node in leaveNode() method
194
$this->toBeRemovedNodeId = spl_object_id($originalNode);
0 commit comments