@@ -21,8 +21,8 @@ |
||
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 | } |