Index: trunk/phase3/maintenance/benchmarks/benchmarkHooks.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | |
27 | 27 | public function __construct() { |
28 | 28 | parent::__construct(); |
29 | | - $this->mDescription = "Benchmark MediaWiki Hooks."; |
| 29 | + $this->mDescription = 'Benchmark MediaWiki Hooks.'; |
30 | 30 | } |
31 | 31 | |
32 | 32 | public function execute() { |
— | — | @@ -76,5 +76,5 @@ |
77 | 77 | } |
78 | 78 | } |
79 | 79 | |
80 | | -$maintClass = "BenchmarkHooks"; |
| 80 | +$maintClass = 'BenchmarkHooks'; |
81 | 81 | require_once( RUN_MAINTENANCE_IF_MAIN ); |