jenkins-bot has submitted this change and it was merged.

Change subject: Fix declaration of ApiListExtDistBranches::getCacheMode()
......................................................................


Fix declaration of ApiListExtDistBranches::getCacheMode()

Missing $params parameter, causing strict standards issues.

Change-Id: Ic67539a024cd2da0328d76831f8192c4c9ab3b67
---
M includes/api/ApiListExtDistBranches.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/api/ApiListExtDistBranches.php 
b/includes/api/ApiListExtDistBranches.php
index ae8a1a2..d8da7bb 100644
--- a/includes/api/ApiListExtDistBranches.php
+++ b/includes/api/ApiListExtDistBranches.php
@@ -25,7 +25,7 @@
                return $this->providers[$type];
        }
 
-       public function getCacheMode() {
+       public function getCacheMode( $params ) {
                return 'public';
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/280508
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic67539a024cd2da0328d76831f8192c4c9ab3b67
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ExtensionDistributor
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to