Passed
Push — master ( 53dcee...da1c7b )
by Mike
05:24
created
src/Xervice/ArrayHandler/Business/Model/ArrayLocator/ArrayLocator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,7 @@
 block discarded – undo
84 84
             if (is_array($item)) {
85 85
                 $fieldMap[$keypath] = $keypath;
86 86
                 $fieldMap = $this->getAllFields($item, $path . '.' . $key, $fieldMap);
87
-            }
88
-            else {
87
+            } else {
89 88
                 $fieldMap[$keypath] = $keypath;
90 89
             }
91 90
         }
Please login to merge, or discard this patch.