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