Remove incorrect return type for getGoodLinkID()
authorSiebrand Mazeland <siebrand@kitano.nl>
Sun, 11 May 2014 16:19:00 +0000 (18:19 +0200)
committerSiebrand Mazeland <siebrand@kitano.nl>
Sun, 11 May 2014 16:19:00 +0000 (18:19 +0200)
Change-Id: Ib9c0dcf5104fdc5f364e0b49d539b63bf2eb046c

includes/cache/LinkCache.php

index 95b15b8..e80dfb3 100644 (file)
@@ -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 ) ) {