From 9e881e1b2e060017c29741ca1606418c7dbfe2f1 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sun, 26 Jul 2009 18:24:47 +0000 Subject: [PATCH] Elaborate docs added in r53753 per CR comment --- 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 0ec93026b9..ad93c0babe 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 array Data to add to the query result + * @param $extradata array Data to add to the element; array in ApiResult format */ public function dieUsage($description, $errorCode, $httpRespCode = 0, $extradata = null) { wfProfileClose(); -- 2.20.1