http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72381
Revision: 72381
Author: ialex
Date: 2010-09-04 15:08:02 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
Fixed some doxygen warnings
Modified Paths:
--------------
trunk/phase3/includes/job/UploadFromUrlJob.php
trunk/phase3/includes/upload/UploadBase.php
Modified: trunk/phase3/includes/job/UploadFromUrlJob.php
===================================================================
--- trunk/phase3/includes/job/UploadFromUrlJob.php 2010-09-04 14:56:39 UTC
(rev 72380)
+++ trunk/phase3/includes/job/UploadFromUrlJob.php 2010-09-04 15:08:02 UTC
(rev 72381)
@@ -126,9 +126,9 @@
* Store a result in the session data
* THIS IS BROKEN. $_SESSION does not exist when using runJobs.php
*
- * @param $result string The result (Success|Warning|Failure)
- * @param $dataKey string The key of the extra data
- * @param $dataKey mixed The extra data itself
+ * @param $result String: the result (Success|Warning|Failure)
+ * @param $dataKey String: the key of the extra data
+ * @param $dataValue Mixed: the extra data itself
*/
protected function storeResultInSession( $result, $dataKey, $dataValue
) {
$session &=
$_SESSION[UploadBase::getSessionKeyname()][$this->params['sessionKey']];
Modified: trunk/phase3/includes/upload/UploadBase.php
===================================================================
--- trunk/phase3/includes/upload/UploadBase.php 2010-09-04 14:56:39 UTC (rev
72380)
+++ trunk/phase3/includes/upload/UploadBase.php 2010-09-04 15:08:02 UTC (rev
72381)
@@ -298,7 +298,7 @@
/**
* Verify the mime type
- * @param $magic MagicMime object
+ *
* @param $mime string representing the mime
* @return mixed true if the file is verified, an array otherwise
*/
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs