From f9191ded82ea1a9c187c5a9cc332194919ed1464 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 14 Apr 2019 03:48:43 +0100 Subject: [PATCH] Fix return type of UploadStashFile::remove() Change-Id: Ib9da5827671a34798b58f7d736e4b663ac2c442d --- includes/upload/UploadStash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1