Reverted r108743 per CR comment. This should at least be discussed first.
[lhc/web/wiklou.git] / includes / specials / SpecialMergeHistory.php
index 70e24d2..19650da 100644 (file)
@@ -39,6 +39,9 @@ class SpecialMergeHistory extends SpecialPage {
                parent::__construct( 'MergeHistory', 'mergehistory' );
        }
 
+       /**
+        * @return void
+        */
        private function loadRequestParams() {
                $request = $this->getRequest();
                $this->mAction = $request->getVal( 'action' );