Skip to content

Commit

Permalink
chore: add @since annotation for IStreamImage::resource method
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Apr 9, 2024
1 parent 2c0718b commit b6f5cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/IStreamImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/
interface IStreamImage extends IImage {
/**
* @since 24.0.0
* @return false|resource Returns the image resource if any
*/
public function resource();
Expand Down

0 comments on commit b6f5cfa

Please sign in to comment.