From: Roan Kattouw Date: Sat, 25 Jul 2009 18:29:13 +0000 (+0000) Subject: Followup to r53702: document $extradata parameter X-Git-Tag: 1.31.0-rc.0~40722 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=4353f7b32195e9e5d61d22cacceb2e3aedd85e6b;p=lhc%2Fweb%2Fwiklou.git Followup to r53702: document $extradata parameter --- 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();