aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2025-06-26 11:47:21 +0200
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2025-06-26 11:47:53 +0200
commit20a50ea87739f4eb858b1abd163ebd50c28d22b1 (patch)
treee83365267b10a4a35c8e4b910df0cee9becfe76b
parent9806a9830c381d04c7c3379d6241f764b58e97e3 (diff)
downloadnextcloud-server-fix/read-only-share-download.tar.gz
nextcloud-server-fix/read-only-share-download.zip
fix: invalid bool returnfix/read-only-share-download
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
-rw-r--r--lib/public/Share/IManager.php1
1 files changed, 0 insertions, 1 deletions
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;