From: Siebrand Mazeland Date: Sun, 11 May 2014 16:19:00 +0000 (+0200) Subject: Remove incorrect return type for getGoodLinkID() X-Git-Tag: 1.31.0-rc.0~15760^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=2c04b0163b697124e492d36cda4860a7c26a4c54;p=lhc%2Fweb%2Fwiklou.git Remove incorrect return type for getGoodLinkID() Change-Id: Ib9c0dcf5104fdc5f364e0b49d539b63bf2eb046c --- 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 ) ) {