X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FLinkCache.php;h=b2f24525a5963a1ba3fafacfe972de02385b568a;hb=f9242d74f8fdde9a3be6994274f6be23f768ffba;hp=80181179e458da014f5df3eff3f14d4c448adf92;hpb=bd5a37aacf600bdd5f3a6e7998f92bd1d9326a8a;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 );