From: Aaron Schulz Date: Wed, 19 Aug 2015 18:31:09 +0000 (-0700) Subject: Fixed BagOStuff getScopedLock() docs X-Git-Tag: 1.31.0-rc.0~10345 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=d8931781e8f2f7ec5f2c191f2d8ff8df51e80c13;p=lhc%2Fweb%2Fwiklou.git Fixed BagOStuff getScopedLock() docs Change-Id: I4d6d3211e93ee1c279728ff787acff558a47fbee --- 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 ) {