Completed
Push — master ( acf9a4...aa6461 )
by Povilas
18s
created
src/Extension/ArrayExtension.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         return (
22 22
             $parent instanceof ArrayItem  &&
23 23
             false === $this->ignoreArray($parent)
24
-          ) || $parent instanceof ArrayDimFetch;
24
+            ) || $parent instanceof ArrayDimFetch;
25 25
     }
26 26
 
27 27
     private function ignoreArray(ArrayItem $node): bool
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $parent = $node->getAttribute('parent');
20 20
 
21 21
         return (
22
-            $parent instanceof ArrayItem  &&
22
+            $parent instanceof ArrayItem &&
23 23
             false === $this->ignoreArray($parent)
24 24
           ) || $parent instanceof ArrayDimFetch;
25 25
     }
Please login to merge, or discard this patch.