X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcheckSyntax.php;h=d1c2edd031d0369c137a09b5d40b858364f827ed;hb=57c7194273d49c311f41c55cad93394b26e6a27c;hp=6ef4909e1a59733e99ae3bb9e20d3d604400548d;hpb=63dbc0aba243c7dcaa820220c2cb1aa2cc91eca1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkSyntax.php b/maintenance/checkSyntax.php index 6ef4909e1a..d1c2edd031 100644 --- a/maintenance/checkSyntax.php +++ b/maintenance/checkSyntax.php @@ -345,7 +345,6 @@ class CheckSyntax extends Maintenance { * or pointless ?> closing tags at the end. * * @param string $file String Path to a file to check for errors - * @return bool */ private function checkForMistakes( $file ) { foreach ( $this->mNoStyleCheckPaths as $regex ) {