@@ -178,6 +178,10 @@ |
||
178 | 178 | app(ErrorPrinter::class)->simplePendError($_path, $line, '', 'ns_replacement', 'Namespace replacement:'); |
179 | 179 | } |
180 | 180 | |
181 | + /** |
|
182 | + * @param ErrorPrinter $errorPrinter |
|
183 | + * @param double $time |
|
184 | + */ |
|
181 | 185 | private function printErrorsCount($errorPrinter, $time) |
182 | 186 | { |
183 | 187 | if ($errorCount = $errorPrinter->errorsList['total']) { |