From 2c04b0163b697124e492d36cda4860a7c26a4c54 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 11 May 2014 18:19:00 +0200 Subject: [PATCH] Remove incorrect return type for getGoodLinkID() Change-Id: Ib9c0dcf5104fdc5f364e0b49d539b63bf2eb046c --- includes/cache/LinkCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1