Completed
Push — master ( 785bde...8b4d11 )
by Freek
01:29
created
src/CollectionMacroServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\CollectionMacros;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Support\Collection;
7 6
 use Illuminate\Support\ServiceProvider;
7
+use Illuminate\Support\Str;
8 8
 
9 9
 class CollectionMacroServiceProvider extends ServiceProvider
10 10
 {
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
 /*
Please login to merge, or discard this patch.