Completed
Push — master ( 52ccab...c20e33 )
by Ivannis Suárez
02:29
created
Tests/Units/ArrayCollectionTests.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
             )
285 285
             ->when($keys = $collection->keys())
286 286
                 ->collection($keys)
287
-                   ->array($keys->toArray())
287
+                    ->array($keys->toArray())
288 288
                         ->isEqualTo(\array_keys($collection->toArray()));
289 289
     }
290 290
 
Please login to merge, or discard this patch.