From 4353f7b32195e9e5d61d22cacceb2e3aedd85e6b Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 25 Jul 2009 18:29:13 +0000 Subject: [PATCH] Followup to r53702: document $extradata parameter --- 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 eb77af4b53..0ec93026b9 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -729,7 +729,7 @@ abstract class ApiBase { * @param $errorCode string Brief, arbitrary, stable string to allow easy * automated identification of the error, e.g., 'unknown_action' * @param $httpRespCode int HTTP response code - * @param $extradata fixme: document this + * @param $extradata array Data to add to the query result */ public function dieUsage($description, $errorCode, $httpRespCode = 0, $extradata = null) { wfProfileClose(); -- 2.20.1