r77107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77106‎ | r77107 | r77108 >
Date:15:36, 22 November 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix a doxygen warning
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/includes/api/ApiUploadTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/includes/api/ApiUploadTest.php
@@ -123,7 +123,7 @@
124124 * This is cheating a bit -- we grab a token in the correct format and then add it to the pseudo-session and to the
125125 * request, without actually requesting a "real" edit token
126126 * @param $params: key-value API params
127 - * @param $data: a structure which also contains the session
 127+ * @param $session: session array
128128 */
129129 protected function doApiRequestWithToken( $params, $session ) {
130130 if ( $session['wsToken'] ) {

Status & tagging log