@@ -474,6 +474,7 @@ discard block |
||
| 474 | 474 | /** |
| 475 | 475 | * Check file syntax via runkit_lint_file if supported or via php -l |
| 476 | 476 | * @param string File name |
| 477 | + * @param string $filename |
|
| 477 | 478 | * @return boolean |
| 478 | 479 | */ |
| 479 | 480 | public static function lintFile($filename) |
@@ -672,6 +673,7 @@ discard block |
||
| 672 | 673 | * Send message to the log |
| 673 | 674 | * |
| 674 | 675 | * @param array ...$args |
| 676 | + * @param string $args |
|
| 675 | 677 | */ |
| 676 | 678 | public static function log(...$args) |
| 677 | 679 | { |