Awight has submitted this change and it was merged.

Change subject: update php-queue
......................................................................


update php-queue

Change-Id: Iff2709ef98c35a736777cdd53f5a066251579359
---
M coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
M composer/installed.json
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Awight: Verified; Looks good to me, approved



diff --git a/coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php 
b/coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
index 721d91c..4a46948 100644
--- a/coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
+++ b/coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
@@ -127,7 +127,7 @@
      *
      * @return string|null Top element's key, or null if the queue is empty.
      */
-    protected function peekWithCleanup(MultiExec $tx)
+    public function peekWithCleanup(MultiExec $tx)
     {
         for (;;) {
             // Look up the first element in the FIFO ordering.
diff --git a/composer/installed.json b/composer/installed.json
index c9faf59..bc9345a 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -315,7 +315,7 @@
         "source": {
             "type": "git",
             "url": 
"https://gerrit.wikimedia.org/r/p/wikimedia/fundraising/php-queue.git";,
-            "reference": "afbe1a5e1e310a1b9e3b74adb79287d1626ea63d"
+            "reference": "e452f13417c58ff2510ed5712054c734244247b4"
         },
         "require": {
             "clio/clio": "@stable",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iff2709ef98c35a736777cdd53f5a066251579359
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface/vendor
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>

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

Reply via email to