From 35f0e571b8a949be174daacbc45974ac91c5d112 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 17 Mar 2026 23:01:48 +0100 Subject: [PATCH] chore: adjust version comment Signed-off-by: Ferdinand Thiessen --- lib/public/Share/IShare.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index cb4a9c8c5d2..b268fd00758 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -661,7 +661,7 @@ interface IShare { /** * Check if it is allowed to download this share. * - * @since 34.0.0 + * @since 33.0.1 */ public function canDownload(): bool; }