X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fcache%2FLinkCache.php;h=b2f24525a5963a1ba3fafacfe972de02385b568a;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hp=80181179e458da014f5df3eff3f14d4c448adf92;hpb=033459cebe9658f629cae864093dbd19f9136861;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/LinkCache.php b/includes/cache/LinkCache.php index 80181179e4..b2f24525a5 100644 --- a/includes/cache/LinkCache.php +++ b/includes/cache/LinkCache.php @@ -89,6 +89,7 @@ class LinkCache { * * @param bool|null $update * @return bool + * @deprecated Since 1.34 */ public function forUpdate( $update = null ) { return wfSetVar( $this->mForUpdate, $update );