Completed
Push — master ( f44161...cab1d3 )
by Vitaliy
18:16 queued 03:02
created
src/Utils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     public static function applyCallback(callable $callback, NodeInterface $root, $targetClass = ChildNodeInterface::class)
45 45
     {
46 46
         $processed = [];
47
-        $f = function (ChildNodeInterface $targetNode) use ($callback, $targetClass, &$f, &$processed) {
47
+        $f = function(ChildNodeInterface $targetNode) use ($callback, $targetClass, &$f, &$processed) {
48 48
             if (in_array($targetNode, $processed, true)) {
49 49
                 return;
50 50
             }
Please login to merge, or discard this patch.