chore: add `@since` annotation for IStreamImage::resource method

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-04-09 14:18:39 +02:00
parent 2c0718b912
commit b6f5cfa83f
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ namespace OCP;
*/
interface IStreamImage extends IImage {
/**
* @since 24.0.0
* @return false|resource Returns the image resource if any
*/
public function resource();