X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Fbenchmarks%2Fbench_if_switch.php;h=5f661f2db5d4e0b9b24cb80b83122952ba78ee8b;hp=843ef7cd5984caad6a8c52d0340f41e654e641db;hb=faf7cc4a09848c538320bd2b9067b1a77c0a0183;hpb=4e9feeb56002b88832036224a0bf8dfdd7b5d473 diff --git a/maintenance/benchmarks/bench_if_switch.php b/maintenance/benchmarks/bench_if_switch.php index 843ef7cd59..5f661f2db5 100644 --- a/maintenance/benchmarks/bench_if_switch.php +++ b/maintenance/benchmarks/bench_if_switch.php @@ -106,5 +106,5 @@ class BenchIfSwitch extends Benchmarker { } } -$maintClass = 'BenchIfSwitch'; +$maintClass = BenchIfSwitch::class; require_once RUN_MAINTENANCE_IF_MAIN;