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