@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | return array_reduce( |
60 | 60 | $this->keyService->parse($key), |
61 | - static function ($carry, $item) use (&$i) { |
|
61 | + static function($carry, $item) use (&$i) { |
|
62 | 62 | list($noun, $index) = $item; |
63 | 63 | |
64 | 64 | $carry = data_get($carry, $noun); |