small doc fix
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Fri, 29 Apr 2011 22:05:36 +0000 (22:05 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Fri, 29 Apr 2011 22:05:36 +0000 (22:05 +0000)
includes/api/ApiBase.php

index f149af3..952c921 100644 (file)
@@ -285,7 +285,7 @@ abstract class ApiBase {
        /**
         * Generates the parameter descriptions for this module, to be displayed in the
         * module's help.
-        * @return string
+        * @return string or false
         */
        public function makeHelpMsgParameters() {
                $params = $this->getFinalParams();