From 20a50ea87739f4eb858b1abd163ebd50c28d22b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 26 Jun 2025 11:47:21 +0200 Subject: [PATCH] fix: invalid bool return MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: John Molakvoæ --- lib/public/Share/IManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php index f4f223d22b6..35915ad9d90 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.php @@ -476,7 +476,6 @@ interface IManager { * Check if the current user can view the share * even if the download is disabled. * - * @return bool * @since 32.0.0 */ public function allowViewWithoutDownload(): bool;