Fix return type of UploadStashFile::remove()
[lhc/web/wiklou.git] / includes / upload / UploadStash.php
index 7d69fe1..bc7b42b 100644 (file)
@@ -749,7 +749,7 @@ class UploadStashFile extends UnregisteredLocalFile {
 
        /**
         * Remove the associated temporary file
-        * @return status Success
+        * @return bool Success
         */
        public function remove() {
                if ( !$this->repo->fileExists( $this->path ) ) {