Index: trunk/phase3/maintenance/syntaxChecker.php |
— | — | @@ -92,6 +92,7 @@ |
93 | 93 | * from tools/lint.php by TimStarling |
94 | 94 | * |
95 | 95 | * @param $file String Path to a file to check for syntax errors |
| 96 | + * @return boolean |
96 | 97 | */ |
97 | 98 | private function checkFile( $file ) { |
98 | 99 | static $okErrors = array( |