From f266b1ca158b4a69fff6e1a9c97d6b024d7f2a39 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Fri, 29 Apr 2011 22:05:36 +0000 Subject: [PATCH] small doc fix --- includes/api/ApiBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index f149af3aef..952c921671 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -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(); -- 2.20.1