Completed
Push — master ( fc34f9...5288c0 )
by Iman
02:03
created
src/Commands/CheckPsr4.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -145,6 +145,10 @@
 block discarded – undo
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']) {
Please login to merge, or discard this patch.