@@ -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']) { |