Passed
Push — only_use_end_for_first_segment ( c50c68...e6754a )
by Donald
03:18 queued 25s
created
src/Chekote/NounStore/Store.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.