diff options
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(); |