Passed
Push — master ( ef5866...1a04d6 )
by
unknown
02:05
created
src/Collections/Basis/Abstractions/AbstractStorage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
             if(!$override && isset($array[$key]))
128 128
                 return ;
129 129
 
130
-           $array[$key] = $item;
130
+            $array[$key] = $item;
131 131
         });
132 132
     }
133 133
 
Please login to merge, or discard this patch.