Completed
Push — master ( 1216ef...15641e )
by Freek
01:13
created
src/macros/paginate.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Support\Collection;
4 3
 use Illuminate\Pagination\LengthAwarePaginator;
4
+use Illuminate\Support\Collection;
5 5
 
6 6
 /*
7 7
  * Paginate the given collection
Please login to merge, or discard this patch.
src/macros/simplePaginate.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Support\Collection;
4 3
 use Illuminate\Pagination\Paginator;
4
+use Illuminate\Support\Collection;
5 5
 
6 6
 /*
7 7
  * Paginate the collection into a simple paginator
Please login to merge, or discard this patch.
src/macros/parallelMap.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 use Amp\Parallel\Worker\Pool;
4 4
 use function Amp\Promise\wait;
5
-use Illuminate\Support\Collection;
6 5
 use Amp\Parallel\Worker\DefaultPool;
6
+use Illuminate\Support\Collection;
7 7
 use function Amp\ParallelFunctions\parallelMap;
8 8
 
9 9
 /*
Please login to merge, or discard this patch.