Completed
Pull Request — master (#156)
by Lucas
04:09 queued 01:19
created
src/Macros/After.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6
-
7 5
 class After
8 6
 {
9 7
     /*
Please login to merge, or discard this patch.
src/Macros/At.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6
-
7 5
 class At
8 6
 {
9 7
     /*
Please login to merge, or discard this patch.
src/Macros/Before.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6
-
7 5
 class Before
8 6
 {
9 7
     /*
Please login to merge, or discard this patch.
src/Macros/FirstOrFail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6 5
 use Spatie\CollectionMacros\Exceptions\CollectionItemNotFound;
7 6
 
8 7
 class FirstOrFail
Please login to merge, or discard this patch.
src/Macros/GetHumanCount.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6
-
7 5
 class GetHumanCount
8 6
 {
9 7
     /*
Please login to merge, or discard this patch.
src/Macros/Head.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6
-
7 5
 class Head
8 6
 {
9 7
     /*
Please login to merge, or discard this patch.
src/Macros/Paginate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6 5
 use Illuminate\Pagination\LengthAwarePaginator;
7 6
 
8 7
 class Paginate
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
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Amp\Parallel\Worker\Pool;
6 6
 use function Amp\Promise\wait;
7
-use Illuminate\Support\Collection;
8 7
 use Amp\Parallel\Worker\DefaultPool;
8
+use Illuminate\Support\Collection;
9 9
 use function Amp\ParallelFunctions\parallelMap;
10 10
 
11 11
 class ParallelMap
Please login to merge, or discard this patch.
src/Macros/SimplePaginate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5
-use Illuminate\Support\Collection;
6 5
 use Illuminate\Pagination\Paginator;
7 6
 
8 7
 class SimplePaginate
Please login to merge, or discard this patch.