X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Flockmanager%2FScopedLock.php;h=2ad8ac87b52b576569e9b7e3cb222f006ab84120;hb=89539f2aa1b158fdcc703ad053e2580cb97a6385;hp=e10606a8ce96c1fd736b96a92f8282b44163a3d6;hpb=203cedd029e42bd3c55e50a9cff6f14373d8aa67;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/lockmanager/ScopedLock.php b/includes/libs/lockmanager/ScopedLock.php index e10606a8ce..2ad8ac87b5 100644 --- a/includes/libs/lockmanager/ScopedLock.php +++ b/includes/libs/lockmanager/ScopedLock.php @@ -85,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 ) {