Completed
Push — master ( abc0a7...2228b3 )
by Iman
01:32
created
src/GenerateCode.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 Imanghafoori\LaravelMicroscope;
4 4
 
5 5
 use Illuminate\Support\Str;
6
-use Imanghafoori\LaravelMicroscope\Analyzers\FunctionCall;
7 6
 use Imanghafoori\LaravelMicroscope\Analyzers\NamespaceCorrector;
8 7
 use Imanghafoori\LaravelMicroscope\Analyzers\Refactor;
9 8
 use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath;
Please login to merge, or discard this patch.
src/Refactors/EarlyReturns.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 Imanghafoori\LaravelMicroscope\Refactors;
4 4
 
5
-use Imanghafoori\LaravelMicroscope\Analyzers\FunctionCall;
6 5
 use Imanghafoori\LaravelMicroscope\Analyzers\Refactor;
7 6
 use Imanghafoori\LaravelMicroscope\Analyzers\TokenManager;
8 7
 
Please login to merge, or discard this patch.