Cleanup some incorrect return annotations
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index a40593f..68acb52 100644 (file)
@@ -2229,7 +2229,7 @@ abstract class ApiBase extends ContextSource {
         * "apihelp-{$this->getModulePath()}-description".
         *
         * @deprecated since 1.25
-        * @return Message|string|array
+        * @return Message|string|array|false
         */
        protected function getDescription() {
                return false;