diff options
-rw-r--r-- | lib/public/Share/IManager.php | 1 |
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; |