phpcs: More require/include is not a function
[lhc/web/wiklou.git] / maintenance / deleteOrphanedRevisions.php
index 73b57b3..f0a9692 100644 (file)
@@ -24,7 +24,7 @@
  * @todo More efficient cleanup of text records
  */
 
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
 
 /**
  * Maintenance script that deletes revisions which refer to a nonexisting page.