Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339107 )

Change subject: Fixes for iDEAL/PSR-6 caching
......................................................................

Fixes for iDEAL/PSR-6 caching

Autoload, constructor name and visibility, break statement

Bug: T128692
Change-Id: I8d6bf9c2fbaf73fb7e6f917fdabfead61238584d
---
M extension.json
M gateway_common/LocalClusterPsr6Cache.php
M globalcollect_gateway/globalcollect.adapter.php
3 files changed, 3 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/07/339107/1

diff --git a/extension.json b/extension.json
index dc2b360..b693bed 100644
--- a/extension.json
+++ b/extension.json
@@ -87,6 +87,7 @@
                "GatewayType": "gateway_common/GatewayType.php",
                "IsoDate": "gateway_common/IsoDate.php",
                "DataValidator": "gateway_common/DataValidator.php",
+               "LocalClusterPsr6Cache": 
"gateway_common/LocalClusterPsr6Cache.php",
                "LogPrefixProvider": "gateway_common/LogPrefixProvider.php",
                "MessageUtils": "gateway_common/MessageUtils.php",
                "NationalCurrencies": "gateway_common/NationalCurrencies.php",
diff --git a/gateway_common/LocalClusterPsr6Cache.php 
b/gateway_common/LocalClusterPsr6Cache.php
index e485987..f5b6655 100644
--- a/gateway_common/LocalClusterPsr6Cache.php
+++ b/gateway_common/LocalClusterPsr6Cache.php
@@ -14,7 +14,7 @@
  * (no constructor-parameters need to be specified)
  */
 class LocalClusterPsr6Cache extends BagOStuffPsrCache {
-       function __construct__() {
+       public function __construct() {
                $mainCache = ObjectCache::getLocalClusterInstance();
                parent::__construct( $mainCache );
        }
diff --git a/globalcollect_gateway/globalcollect.adapter.php 
b/globalcollect_gateway/globalcollect.adapter.php
index e362617..3527c96 100644
--- a/globalcollect_gateway/globalcollect.adapter.php
+++ b/globalcollect_gateway/globalcollect.adapter.php
@@ -1630,6 +1630,7 @@
                        break;
                case 'rtbt':
                        $this->getBankList();
+                       break;
                }
 
                // Use staged data so we pick up tricksy -_country variants

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d6bf9c2fbaf73fb7e6f917fdabfead61238584d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to