@@ -460,7 +460,7 @@ discard block |
||
460 | 460 | |
461 | 461 | /** |
462 | 462 | * Writes a message to the output and adds a newline at the end. |
463 | - * @param array|string $message |
|
463 | + * @param string $message |
|
464 | 464 | */ |
465 | 465 | function writeln($message) |
466 | 466 | { |
@@ -523,7 +523,7 @@ discard block |
||
523 | 523 | * Get configuration value. |
524 | 524 | * |
525 | 525 | * @param string $name |
526 | - * @param mixed|null $default |
|
526 | + * @param boolean $default |
|
527 | 527 | * @return mixed |
528 | 528 | */ |
529 | 529 | function get($name, $default = null) |