mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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>
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue