phpcs: More require/include is not a function
[lhc/web/wiklou.git] / maintenance / fileOpPerfTest.php
index 8adc965..ea4be82 100644 (file)
@@ -24,7 +24,7 @@
 $wgProfiler = array( 'class' => 'ProfilerSimpleText' );
 error_reporting( E_ALL );
 
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
 
 /**
  * Maintenance script to test fileop performance.