From: Alexandre Emsenhuber Date: Mon, 22 Nov 2010 15:36:17 +0000 (+0000) Subject: Fix a doxygen warning X-Git-Tag: 1.31.0-rc.0~33780 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8aacd8455e0aa36193c5db83ac299fc3fb66bae4;p=lhc%2Fweb%2Fwiklou.git Fix a doxygen warning --- diff --git a/maintenance/tests/phpunit/includes/api/ApiUploadTest.php b/maintenance/tests/phpunit/includes/api/ApiUploadTest.php index 2ab91f9ab2..f213dcc98b 100644 --- a/maintenance/tests/phpunit/includes/api/ApiUploadTest.php +++ b/maintenance/tests/phpunit/includes/api/ApiUploadTest.php @@ -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'] ) {