Skip to content

Commit 2a9104c

Browse files
committed
Minor optimization change in the Filter modifier.
1 parent 355cc74 commit 2a9104c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Modifier/Filter.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function modify(NodeInterface $tree): NodeInterface
5050
}
5151

5252
$parent->remove($item);
53-
$this->modify($parent);
5453
}
5554

5655
return $tree;

0 commit comments

Comments
 (0)