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: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=f9191ded82ea1a9c187c5a9cc332194919ed1464;hp=2a710e256f86cacd5b6bf93afd7111556935bd15 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 ) ) {