Merge "Cleanup some incorrect return annotations"
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index 65fcb99..6fad630 100644 (file)
@@ -2243,7 +2243,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;