Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -285,7 +285,7 @@ |
286 | 286 | /** |
287 | 287 | * Generates the parameter descriptions for this module, to be displayed in the |
288 | 288 | * module's help. |
289 | | - * @return string |
| 289 | + * @return string or false |
290 | 290 | */ |
291 | 291 | public function makeHelpMsgParameters() { |
292 | 292 | $params = $this->getFinalParams(); |