Passed
Push — develop ( 026549...2a8bed )
by Olivier
01:49
created
src/Active.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Arcesilas\ActiveState;
4 4
 
5 5
 use Request;
6
-use Illuminate\Support\Str;
7 6
 use Illuminate\Http\Request as HttpRequest;
8
-use Illuminate\Routing\Exceptions\UrlGenerationException;
9 7
 
10 8
 class Active
11 9
 {
Please login to merge, or discard this patch.
src/ActiveStateServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Arcesilas\ActiveState;
4 4
 
5 5
 use Active;
6
-use Request;
7 6
 use Illuminate\Support\Facades\Blade;
8 7
 use Illuminate\Support\ServiceProvider;
9 8
 
Please login to merge, or discard this patch.