@@ -108,7 +108,7 @@ |
||
| 108 | 108 | |
| 109 | 109 | /** |
| 110 | 110 | * @param string $cmd Command |
| 111 | - * @return integer |
|
| 111 | + * @return string |
|
| 112 | 112 | */ |
| 113 | 113 | public static function getCodeByCommand($cmd) |
| 114 | 114 | { |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | |
| 109 | 109 | /** |
| 110 | 110 | * @param string $cmd Command |
| 111 | - * @return integer |
|
| 111 | + * @return string |
|
| 112 | 112 | */ |
| 113 | 113 | public static function getCodeByCommand($cmd) |
| 114 | 114 | { |
@@ -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 | { |