From: Daniel Kesselberg Date: Fri, 27 May 2022 18:05:46 +0000 (+0200) Subject: Fix docblock for return type X-Git-Tag: v25.0.0beta1~337^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f399fd41ece6aa91e8a0331e2460ca54097908e2;p=nextcloud-server.git Fix docblock for return type Signed-off-by: Daniel Kesselberg --- diff --git a/lib/private/Files/Mount/MoveableMount.php b/lib/private/Files/Mount/MoveableMount.php index 7ebb7fa2c87..a7372153d75 100644 --- a/lib/private/Files/Mount/MoveableMount.php +++ b/lib/private/Files/Mount/MoveableMount.php @@ -37,7 +37,6 @@ interface MoveableMount { /** * Remove the mount points * - * @return mixed * @return bool */ public function removeMount();