Skip to content

Commit

Permalink
Specify return type in doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Dec 3, 2023
1 parent 0594322 commit f5d32df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageManager.php
Expand Up @@ -68,7 +68,7 @@ public function create(int $width, int $height): ImageInterface
* - Raw binary image data
* - Base64 encoded image data
* - Data Uri
* - Intervention Image Instance
* - Intervention\Image\Image Instance
*
* @param mixed $input
* @return ImageInterface
Expand Down

0 comments on commit f5d32df

Please sign in to comment.