Completed
Push — master ( 0c0413...5b26ca )
by Iman
01:26
created
src/ErrorReporters/ConsolePrinterInstaller.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@  discard block
 block discarded – undo
45 45
         $errorPrinter->printTime();
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $commandType
50
+     */
48 51
     protected static function getKey($commandType)
49 52
     {
50 53
         return "__microscope__$commandType-count";
@@ -115,6 +118,10 @@  discard block
 block discarded – undo
115 118
         });
116 119
     }
117 120
 
121
+    /**
122
+     * @param string $commandType
123
+     * @param integer $errorCount
124
+     */
118 125
     protected static function printErrorCount($lastTimeCount, $commandType, $errorCount)
119 126
     {
120 127
         $lastTimeError = $commandType.' errors, compared to the last run.';
Please login to merge, or discard this patch.