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 b654b46 commit b52ae95Copy full SHA for b52ae95
src/Rector/AbstractRector.php
@@ -170,9 +170,7 @@ final public function enterNode(Node $node): int|Node|null
170
$this->decorateCurrentAndChildren($node);
171
return null;
172
}
173
- }
174
175
- if ($isIntRefactoredNode) {
176
// @see NodeVisitor::* codes, e.g. removal of node of stopping the traversing
177
if ($refactoredNode === NodeVisitor::REMOVE_NODE) {
178
// log here, so we can remove the node in leaveNode() method
0 commit comments