From 3fbd92a71c2f05811ea09226263c76ce042bc0ff Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 10 Aug 2009 17:20:18 +0000 Subject: [PATCH] doc --- maintenance/syntaxChecker.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/syntaxChecker.php b/maintenance/syntaxChecker.php index 283b300d97..bd5ede85a5 100644 --- a/maintenance/syntaxChecker.php +++ b/maintenance/syntaxChecker.php @@ -92,6 +92,7 @@ class SyntaxChecker extends Maintenance { * from tools/lint.php by TimStarling * * @param $file String Path to a file to check for syntax errors + * @return boolean */ private function checkFile( $file ) { static $okErrors = array( -- 2.20.1