phpcs: More require/include is not a function
[lhc/web/wiklou.git] / maintenance / benchmarks / bench_if_switch.php
index c6ef3e4..80fd962 100644 (file)
@@ -24,7 +24,7 @@
  * @author  Platonides
  */
 
-require_once( __DIR__ . '/Benchmarker.php' );
+require_once __DIR__ . '/Benchmarker.php';
 
 /**
  * Maintenance script that benchmark if elseif... versus switch case.