diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-04-09 14:18:39 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-04-09 14:18:39 +0200 |
commit | b6f5cfa83f1c33132e0db6b185d501115e9506bd (patch) | |
tree | 34844f226de8f14cbb7d278c1495ad0ace08082e /lib/public/IStreamImage.php | |
parent | 2c0718b912711a5873bcc6cf9e561f98d864f0ed (diff) | |
download | nextcloud-server-b6f5cfa83f1c33132e0db6b185d501115e9506bd.tar.gz nextcloud-server-b6f5cfa83f1c33132e0db6b185d501115e9506bd.zip |
chore: add `@since` annotation for IStreamImage::resource method
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/public/IStreamImage.php')
-rw-r--r-- | lib/public/IStreamImage.php | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |