Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -729,7 +729,7 @@ |
730 | 730 | * @param $errorCode string Brief, arbitrary, stable string to allow easy |
731 | 731 | * automated identification of the error, e.g., 'unknown_action' |
732 | 732 | * @param $httpRespCode int HTTP response code |
733 | | - * @param $extradata fixme: document this |
| 733 | + * @param $extradata array Data to add to the query result |
734 | 734 | */ |
735 | 735 | public function dieUsage($description, $errorCode, $httpRespCode = 0, $extradata = null) { |
736 | 736 | wfProfileClose(); |