1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-06 22:06:36 +02:00

Specify return type in doc block

This commit is contained in:
Oliver Vogel
2023-12-03 17:27:18 +01:00
parent 05943221b3
commit f5d32df631

View File

@@ -68,7 +68,7 @@ final class ImageManager
* - Raw binary image data * - Raw binary image data
* - Base64 encoded image data * - Base64 encoded image data
* - Data Uri * - Data Uri
* - Intervention Image Instance * - Intervention\Image\Image Instance
* *
* @param mixed $input * @param mixed $input
* @return ImageInterface * @return ImageInterface