@@ -145,6 +145,10 @@ |
||
| 145 | 145 | app(ErrorPrinter::class)->simplePendError('', $_path, $lineNumber, 'ns_replacement', 'Namespace replacement:'); |
| 146 | 146 | } |
| 147 | 147 | |
| 148 | + /** |
|
| 149 | + * @param ErrorPrinter $errorPrinter |
|
| 150 | + * @param double $time |
|
| 151 | + */ |
|
| 148 | 152 | private function printErrorsCount($errorPrinter, $time) |
| 149 | 153 | { |
| 150 | 154 | if ($errorCount = $errorPrinter->errorsList['total']) { |