Merge "Fix return type of UploadStashFile::remove()"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 14 Apr 2019 06:44:05 +0000 (06:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 14 Apr 2019 06:44:05 +0000 (06:44 +0000)
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 ) ) {