Test Failed
Push — master ( 2179ad...53dcee )
by Mike
02:35
created
src/Xervice/ArrayHandler/Business/Model/ArrayLocator/ArrayLocator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,8 +80,7 @@
 block discarded – undo
80 80
         foreach ($array as $key => $item) {
81 81
             if (is_array($item)) {
82 82
                 $fieldMap = $this->getAllFields($item, $path . '.' . $key, $fieldMap);
83
-            }
84
-            else {
83
+            } else {
85 84
                 $keypath = (string) substr($path . '.' . $key, 1);
86 85
                 $fieldMap[$keypath] = $keypath;
87 86
             }
Please login to merge, or discard this patch.