Cleanup some incorrect return annotations
[lhc/web/wiklou.git] / languages / Language.php
index 2e4ef89..4cb491a 100644 (file)
@@ -2577,7 +2577,7 @@ class Language {
 
        /**
         * @param string $key
-        * @return array|null
+        * @return string|null
         */
        public function getMessage( $key ) {
                return self::$dataCache->getSubitem( $this->mCode, 'messages', $key );