Fix a doxygen warning
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 22 Nov 2010 15:36:17 +0000 (15:36 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 22 Nov 2010 15:36:17 +0000 (15:36 +0000)
maintenance/tests/phpunit/includes/api/ApiUploadTest.php

index 2ab91f9..f213dcc 100644 (file)
@@ -123,7 +123,7 @@ abstract class ApiTestCase extends PHPUnit_Framework_TestCase {
         * This is cheating a bit -- we grab a token in the correct format and then add it to the pseudo-session and to the
         * request, without actually requesting a "real" edit token
         * @param $params: key-value API params
-        * @param $data: a structure which also contains the session
+        * @param $session: session array
         */
        protected function doApiRequestWithToken( $params, $session ) {
                if ( $session['wsToken'] ) {