phpcs: More require/include is not a function
[lhc/web/wiklou.git] / maintenance / purgeParserCache.php
index 9b92b32..ca2a041 100644 (file)
@@ -22,7 +22,7 @@
  * @ingroup Maintenance
  */
 
-require( __DIR__ . '/Maintenance.php' );
+require __DIR__ . '/Maintenance.php';
 
 /**
  * Maintenance script to remove old objects from the parser cache.