@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Imanghafoori\LaravelMicroscope\Commands; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Illuminate\Support\Str; |
|
7 | 6 | use Illuminate\Console\Command; |
7 | +use Illuminate\Support\Str; |
|
8 | 8 | |
9 | 9 | class PrettyPrintListeners extends Command |
10 | 10 | { |
@@ -2,12 +2,12 @@ |
||
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; |
9 | +use ReflectionException; |
|
10 | +use ReflectionFunction; |
|
11 | 11 | |
12 | 12 | class SpyDispatcher extends Dispatcher |
13 | 13 | { |