Passed
Push — main ( 6aadf5...ac9541 )
by Breno
01:32
created
src/Flatten.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
             $keys[] = $iterator->getSubIterator($depth)->key();
22 22
         }
23 23
 
24
-        if (! empty($pathSeparator)) {
25
-            $result[join($pathSeparator, $keys) ] = $leafValue;
24
+        if (!empty($pathSeparator)) {
25
+            $result[join($pathSeparator, $keys)] = $leafValue;
26 26
         } else {
27 27
             $result[] = $leafValue;
28 28
         }
Please login to merge, or discard this patch.