From: Reedy Date: Sun, 14 Apr 2019 02:48:43 +0000 (+0100) Subject: Fix return type of UploadStashFile::remove() X-Git-Tag: 1.34.0-rc.0~1995^2 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=f9191ded82ea1a9c187c5a9cc332194919ed1464;p=lhc%2Fweb%2Fwiklou.git Fix return type of UploadStashFile::remove() Change-Id: Ib9da5827671a34798b58f7d736e4b663ac2c442d --- diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index 7d69fe1e7f..bc7b42b6ec 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -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 ) ) {