@@ -285,6 +285,9 @@ discard block |
||
285 | 285 | return $result; |
286 | 286 | } |
287 | 287 | |
288 | + /** |
|
289 | + * @param string $str |
|
290 | + */ |
|
288 | 291 | protected function messageStr($str, $eol = true) { |
289 | 292 | return $this->fullMessageStr(time(), $str, null, $eol); |
290 | 293 | } |
@@ -293,7 +296,7 @@ discard block |
||
293 | 296 | * Format some text for the console. |
294 | 297 | * |
295 | 298 | * @param string $text The text to format. |
296 | - * @param array $wrap The format to wrap in the form ['before', 'after']. |
|
299 | + * @param string[] $wrap The format to wrap in the form ['before', 'after']. |
|
297 | 300 | * @return string Returns the string formatted according to {@link Cli::$format}. |
298 | 301 | */ |
299 | 302 | protected function formatString($text, array $wrap) { |