Completed
Branch master (a49f81)
by Ivannis Suárez
03:17
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.