Completed
Push — master ( 5398b9...17a02e )
by Iman
01:28
created
src/Commands/CheckPsr4.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -178,6 +178,10 @@
 block discarded – undo
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']) {
Please login to merge, or discard this patch.