From: Côme Chilliet Date: Tue, 9 Apr 2024 12:18:39 +0000 (+0200) Subject: chore: add `@since` annotation for IStreamImage::resource method X-Git-Tag: v30.0.0beta1~623^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6f5cfa83f1c33132e0db6b185d501115e9506bd;p=nextcloud-server.git chore: add `@since` annotation for IStreamImage::resource method Signed-off-by: Côme Chilliet --- diff --git a/lib/public/IStreamImage.php b/lib/public/IStreamImage.php index 3325e4b7986..128251f7e69 100644 --- a/lib/public/IStreamImage.php +++ b/lib/public/IStreamImage.php @@ -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();