Completed
Push — master ( 235b12...e470a0 )
by Iman
01:26
created
src/Commands/CheckPsr4.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -170,6 +170,9 @@
 block discarded – undo
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']) {
Please login to merge, or discard this patch.