We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355cc74 commit 2a9104cCopy full SHA for 2a9104c
src/Modifier/Filter.php
@@ -50,7 +50,6 @@ public function modify(NodeInterface $tree): NodeInterface
50
}
51
52
$parent->remove($item);
53
- $this->modify($parent);
54
55
56
return $tree;
0 commit comments