chore: adjust version comment

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2026-03-17 23:01:48 +01:00 committed by GitHub
parent 480ec68655
commit 35f0e571b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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