From 597bb6cfd6ca91125b6ede9ef4a70027d0eb2e46 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 16 Nov 2013 20:01:55 +0100 Subject: [PATCH] Remove useless method overriding Parent is: public function __construct( $mainModule, $moduleName, $modulePrefix = '' ) Spotted by CodeSniffer Change-Id: I71fdcc59584562e5287c43be337934a0ad4975b4 --- includes/api/ApiImageRotate.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/api/ApiImageRotate.php b/includes/api/ApiImageRotate.php index 1a8f2a6a4b..5d2ee6f42f 100644 --- a/includes/api/ApiImageRotate.php +++ b/includes/api/ApiImageRotate.php @@ -24,10 +24,6 @@ class ApiImageRotate extends ApiBase { private $mPageSet = null; - public function __construct( $main, $action ) { - parent::__construct( $main, $action ); - } - /** * Add all items from $values into the result * @param array $result output -- 2.20.1