Completed
Push — master ( 949f21...8711d2 )
by Iman
01:33
created
src/Commands/CheckPsr4.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use Illuminate\Console\Command;
6 6
 use Illuminate\Support\Composer;
7
-use Illuminate\Support\Facades\View;
8 7
 use Illuminate\Support\Str;
9 8
 use Imanghafoori\LaravelMicroscope\Analyzers\ComposerJson;
10 9
 use Imanghafoori\LaravelMicroscope\CheckNamespaces;
@@ -13,7 +12,6 @@  discard block
 block discarded – undo
13 12
 use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath;
14 13
 use Imanghafoori\LaravelMicroscope\LaravelPaths\LaravelPaths;
15 14
 use Imanghafoori\LaravelMicroscope\SpyClasses\RoutePaths;
16
-use Symfony\Component\Finder\Finder;
17 15
 
18 16
 class CheckPsr4 extends Command
19 17
 {
Please login to merge, or discard this patch.