fix: invalid bool return

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/53671/head
John Molakvoæ 2025-06-26 11:47:21 +07:00
parent 9806a9830c
commit 20a50ea877
1 changed files with 0 additions and 1 deletions

@ -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;