Completed
Push — master ( 653c38...957198 )
by Iman
01:36
created
src/CheckNamespaces.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Support\Str;
6 6
 use Imanghafoori\LaravelMicroscope\Analyzers\FilePath;
7
-use Imanghafoori\LaravelMicroscope\LaravelPaths\MigrationPaths;
8
-use Imanghafoori\LaravelMicroscope\ErrorReporters\PendingError;
9 7
 use Imanghafoori\LaravelMicroscope\Analyzers\GetClassProperties;
10 8
 use Imanghafoori\LaravelMicroscope\Analyzers\NamespaceCorrector;
11 9
 use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter;
10
+use Imanghafoori\LaravelMicroscope\ErrorReporters\PendingError;
11
+use Imanghafoori\LaravelMicroscope\LaravelPaths\MigrationPaths;
12 12
 
13 13
 class CheckNamespaces
14 14
 {
Please login to merge, or discard this patch.