Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/95795
Change subject: Remove useless method overriding
......................................................................
Remove useless method overriding
Parent is:
public function __construct( $mainModule, $moduleName, $modulePrefix = '' )
Spotted by CodeSniffer
Change-Id: I71fdcc59584562e5287c43be337934a0ad4975b4
---
M includes/api/ApiImageRotate.php
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/95/95795/1
diff --git a/includes/api/ApiImageRotate.php b/includes/api/ApiImageRotate.php
index 1a8f2a6..5d2ee6f 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
--
To view, visit https://gerrit.wikimedia.org/r/95795
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I71fdcc59584562e5287c43be337934a0ad4975b4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits