X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Flockmanager%2FScopedLock.php;h=2ad8ac87b52b576569e9b7e3cb222f006ab84120;hb=89539f2aa1b158fdcc703ad053e2580cb97a6385;hp=ac8bee8f70de30234838ba1af09b9af9fc8d463c;hpb=5e8896ce39894b9c705a291525c6735a576b6b1c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/lockmanager/ScopedLock.php b/includes/libs/lockmanager/ScopedLock.php index ac8bee8f70..2ad8ac87b5 100644 --- a/includes/libs/lockmanager/ScopedLock.php +++ b/includes/libs/lockmanager/ScopedLock.php @@ -19,7 +19,6 @@ * * @file * @ingroup LockManager - * @author Aaron Schulz */ /** @@ -86,7 +85,7 @@ class ScopedLock { * This is useful for early release of locks before function scope is destroyed. * This is the same as setting the lock object to null. * - * @param ScopedLock $lock + * @param ScopedLock &$lock * @since 1.21 */ public static function release( ScopedLock &$lock = null ) {