X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FLinkCache.php;h=e80dfb3167721bf3d326c9caab2bd73c791ff9db;hb=d06af57a3139ca49001943621d3187e203681351;hp=95b15b8b14a468e84d97d578435803bf4a6de2ce;hpb=a717ca3de5f4f1ba164c429c8479d2a853f412a3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/LinkCache.php b/includes/cache/LinkCache.php index 95b15b8b14..e80dfb3167 100644 --- a/includes/cache/LinkCache.php +++ b/includes/cache/LinkCache.php @@ -87,7 +87,7 @@ class LinkCache { /** * @param string $title - * @return array|int + * @return int */ public function getGoodLinkID( $title ) { if ( array_key_exists( $title, $this->mGoodLinks ) ) {