@@ -45,6 +45,9 @@ discard block |
||
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 |
||
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.'; |