@@ -25,7 +25,7 @@ |
||
25 | 25 | public function deletePaths(NodeValueInterface $rootNode, PathInterface ...$paths): ?NodeValueInterface |
26 | 26 | { |
27 | 27 | $modifier = new DeleteMutation(...$paths); |
28 | - $events = $this |
|
28 | + $events = $this |
|
29 | 29 | ->walker |
30 | 30 | ->createMutableEventIterator($rootNode, new Path, $modifier); |
31 | 31 |