Fixed some doxygen warnings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Sep 2010 15:08:02 +0000 (15:08 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Sep 2010 15:08:02 +0000 (15:08 +0000)
includes/job/UploadFromUrlJob.php
includes/upload/UploadBase.php

index 6496b35..31c7dc7 100644 (file)
@@ -126,9 +126,9 @@ class UploadFromUrlJob extends Job {
         * 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']];
index 75177fb..3ed61bb 100644 (file)
@@ -298,7 +298,7 @@ abstract class UploadBase {
 
        /**
         * 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
         */