Completed
Push — master ( 15c8e3...d4e777 )
by Iman
01:26
created
src/ErrorReporters/ConsolePrinterInstaller.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Imanghafoori\LaravelMicroscope\ErrorReporters;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Support\Facades\Event;
7
-use Imanghafoori\LaravelMicroscope\ErrorTypes\ddFound;
8
-use Imanghafoori\LaravelMicroscope\ErrorTypes\EnvFound;
6
+use Illuminate\Support\Str;
9 7
 use Imanghafoori\LaravelMicroscope\ErrorTypes\BladeFile;
10 8
 use Imanghafoori\LaravelMicroscope\ErrorTypes\CompactCall;
9
+use Imanghafoori\LaravelMicroscope\ErrorTypes\EnvFound;
11 10
 use Imanghafoori\LaravelMicroscope\ErrorTypes\RouteDefinitionConflict;
11
+use Imanghafoori\LaravelMicroscope\ErrorTypes\ddFound;
12 12
 
13 13
 class ConsolePrinterInstaller
14 14
 {
Please login to merge, or discard this patch.
src/SpyClasses/SpyDispatcher.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Imanghafoori\LaravelMicroscope\SpyClasses;
4 4
 
5
-use ReflectionFunction;
6
-use ReflectionException;
7
-use Illuminate\Support\Str;
8 5
 use Illuminate\Events\Dispatcher;
6
+use Illuminate\Support\Str;
9 7
 use Imanghafoori\LaravelMicroscope\Analyzers\FilePath;
10 8
 use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter;
11 9
 use Imanghafoori\LaravelMicroscope\ErrorReporters\PendingError;
10
+use ReflectionException;
11
+use ReflectionFunction;
12 12
 
13 13
 class SpyDispatcher extends Dispatcher
14 14
 {
Please login to merge, or discard this patch.