@@ -170,6 +170,9 @@ |
||
170 | 170 | app(ErrorPrinter::class)->simplePendError($_path, $line, '', 'ns_replacement', 'Namespace replacement:'); |
171 | 171 | } |
172 | 172 | |
173 | + /** |
|
174 | + * @param ErrorPrinter $errorPrinter |
|
175 | + */ |
|
173 | 176 | private function printErrorsCount($errorPrinter) |
174 | 177 | { |
175 | 178 | if ($errorCount = $errorPrinter->errorsList['total']) { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use Imanghafoori\LaravelMicroscope\FileReaders\Paths; |
13 | 13 | use Imanghafoori\LaravelMicroscope\LaravelPaths\LaravelPaths; |
14 | 14 | use Imanghafoori\LaravelMicroscope\SpyClasses\RoutePaths; |
15 | -use Imanghafoori\LaravelMicroscope\Traits\LogsErrors; |
|
16 | 15 | use Symfony\Component\Finder\Finder; |
17 | 16 | |
18 | 17 | class CheckPsr4 extends Command |