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