Completed
Pull Request — master (#183)
by
unknown
44s
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
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $parent = ParentConnector::findParent($node);
23 23
 
24 24
         return (
25
-            $parent instanceof ArrayItem  &&
25
+            $parent instanceof ArrayItem &&
26 26
             false === $this->ignoreArray($parent)
27 27
           ) || $parent instanceof ArrayDimFetch;
28 28
     }
Please login to merge, or discard this patch.