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

Change subject: Fixed BagOStuff getScopedLock() docs
......................................................................


Fixed BagOStuff getScopedLock() docs

Change-Id: I4d6d3211e93ee1c279728ff787acff558a47fbee
---
M includes/libs/objectcache/BagOStuff.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/libs/objectcache/BagOStuff.php 
b/includes/libs/objectcache/BagOStuff.php
index 1e929e6..d72e1a5 100644
--- a/includes/libs/objectcache/BagOStuff.php
+++ b/includes/libs/objectcache/BagOStuff.php
@@ -277,7 +277,7 @@
         * @param string $key
         * @param int $timeout Lock wait timeout; 0 for non-blocking [optional]
         * @param int $expiry Lock expiry [optional]; 1 day maximum
-        * @return ScopedLock|null Returns null on failure
+        * @return ScopedCallback|null Returns null on failure
         * @since 1.26
         */
        final public function getScopedLock( $key, $timeout = 6, $expiry = 30 ) 
{

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d6d3211e93ee1c279728ff787acff558a47fbee
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to