We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0396b41 commit af62cefCopy full SHA for af62cef
src/Modifier/RemoveNullNode.php
@@ -31,6 +31,7 @@ public function modify(NodeInterface $tree): NodeInterface
31
}
32
33
$parent->remove($item);
34
+ $this->modify($parent);
35
36
37
return $tree;
0 commit comments