chore: adjust version comment

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

View file

@ -660,7 +660,7 @@ interface IShare {
/**
* Check if it is allowed to download this share.
*
* @since 34.0.0
* @since 32.0.7
*/
public function canDownload(): bool;
}