Completed
Pull Request — master (#156)
by Lucas
02:51
created
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/Transpose.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Spatie\CollectionMacros\Macros;
4 4
 
5 5
 use Countable;
6
-use LengthException;
7 6
 use Illuminate\Support\Collection;
7
+use LengthException;
8 8
 
9 9
 class Transpose
10 10
 {
Please login to merge, or discard this patch.