Fix svn props, r99919
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 17 Oct 2011 22:57:50 +0000 (22:57 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 17 Oct 2011 22:57:50 +0000 (22:57 +0000)
maintenance/benchmarks/benchmarkHooks.php

index d614423..66a58ab 100644 (file)
@@ -25,7 +25,7 @@ class BenchmarkHooks extends Benchmarker {
 
        public function __construct() {
                parent::__construct();
-               $this->mDescription = "Benchmark MediaWiki Hooks.";
+               $this->mDescription = 'Benchmark MediaWiki Hooks.';
        }
 
        public function execute() {
@@ -76,5 +76,5 @@ class BenchmarkHooks extends Benchmarker {
        }
 }
 
-$maintClass = "BenchmarkHooks";
+$maintClass = 'BenchmarkHooks';
 require_once( RUN_MAINTENANCE_IF_MAIN );