Completed
Push — master ( c16c79...ab8250 )
by Edward
04:36
created
src/Processor/Mutator/Mutator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.