Completed
Pull Request — master (#74)
by Iman
01:26
created
src/Checks/ExtractBladePartial.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Imanghafoori\LaravelMicroscope\Checks;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Support\Str;
7 6
 use Illuminate\Support\Facades\View;
7
+use Illuminate\Support\Str;
8 8
 use Imanghafoori\LaravelMicroscope\Analyzers\FunctionCall;
9 9
 use InvalidArgumentException;
10 10
 
Please login to merge, or discard this patch.