More parameter documentation
[lhc/web/wiklou.git] / includes / upload / UploadBase.php
index a517b5a..9549504 100644 (file)
@@ -504,7 +504,7 @@ abstract class UploadBase {
         * Really perform the upload. Stores the file in the local repo, watches
         * if necessary and runs the UploadComplete hook.
         *
-        * @return mixed Status indicating the whether the upload succeeded.
+        * @return Status indicating the whether the upload succeeded.
         */
        public function performUpload( $comment, $pageText, $watch, $user ) {
                $status = $this->getLocalFile()->upload( 
@@ -657,7 +657,7 @@ abstract class UploadBase {
         * API request to find this stashed file again.
         *
         * @param $key String: (optional) the session key used to find the file info again. If not supplied, a key will be autogenerated.
-        * @return File: stashed file
+        * @return File stashed file
         */
        public function stashSessionFile( $key = null ) { 
                $stash = RepoGroup::singleton()->getLocalRepo()->getUploadStash();