phpcs: More require/include is not a function
[lhc/web/wiklou.git] / maintenance / benchmarks / bench_strtr_str_replace.php
index 4d6bc35..bd21b18 100644 (file)
@@ -23,7 +23,7 @@
  * @ingroup Benchmark
  */
 
-require_once( __DIR__ . '/Benchmarker.php' );
+require_once __DIR__ . '/Benchmarker.php';
 
 function bfNormalizeTitleStrTr( $str ) {
        return strtr( $str, '_', ' ' );