From d8931781e8f2f7ec5f2c191f2d8ff8df51e80c13 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 19 Aug 2015 11:31:09 -0700 Subject: [PATCH] Fixed BagOStuff getScopedLock() docs Change-Id: I4d6d3211e93ee1c279728ff787acff558a47fbee --- includes/libs/objectcache/BagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/objectcache/BagOStuff.php b/includes/libs/objectcache/BagOStuff.php index 1e929e63d4..d72e1a551e 100644 --- a/includes/libs/objectcache/BagOStuff.php +++ b/includes/libs/objectcache/BagOStuff.php @@ -277,7 +277,7 @@ abstract class BagOStuff implements LoggerAwareInterface { * @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 ) { -- 2.20.1