@@ -190,7 +190,7 @@ |
||
190 | 190 | /** |
191 | 191 | * Write some info to the CLI |
192 | 192 | * |
193 | - * @param $str |
|
193 | + * @param string $str |
|
194 | 194 | */ |
195 | 195 | protected function logToCLI($str){ |
196 | 196 | echo '['.date('c', time()).']'.sprintf('[%10ss] ', sprintf('%01.4f', microtime(true) - $this->starttime)).$str.PHP_EOL; |