X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcheckSyntax.php;h=dc8626dfea3b8311ec4b072edb9968d89e4fd422;hb=0182f3fb638750850b7a34018730e77f2fffd048;hp=efb9471b6ac8062352814bdd845f25830f3e8444;hpb=d8cb9695c6971975692808bb7cdc991e2abda0ab;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkSyntax.php b/maintenance/checkSyntax.php index efb9471b6a..dc8626dfea 100644 --- a/maintenance/checkSyntax.php +++ b/maintenance/checkSyntax.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to check syntax of all PHP files in MediaWiki. @@ -370,4 +370,4 @@ class CheckSyntax extends Maintenance { } $maintClass = "CheckSyntax"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;