Merge "phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings"
[lhc/web/wiklou.git] / maintenance / cleanupSpam.php
index a41423a..78ea0de 100644 (file)
@@ -141,4 +141,4 @@ class CleanupSpam extends Maintenance {
 }
 
 $maintClass = "CleanupSpam";
-require_once( RUN_MAINTENANCE_IF_MAIN );
+require_once RUN_MAINTENANCE_IF_MAIN;