Followup to r53702: document $extradata parameter
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 25 Jul 2009 18:29:13 +0000 (18:29 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 25 Jul 2009 18:29:13 +0000 (18:29 +0000)
includes/api/ApiBase.php

index eb77af4..0ec9302 100644 (file)
@@ -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();