1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 16:19:50 +02:00

Update doctype ImageManagerInterface

This commit is contained in:
Tsuguya Toma
2024-05-28 16:16:14 +09:00
committed by Oliver Vogel
parent 267d588eb1
commit e0e11d0670

View File

@@ -44,7 +44,7 @@ interface ImageManagerInterface
*
* @link https://image.intervention.io/v3/basics/instantiation#reading-images
* @param mixed $input
* @param string|array<DecoderInterface>|DecoderInterface $decoders
* @param string|array<string|DecoderInterface>|DecoderInterface $decoders
* @throws RuntimeException
* @return ImageInterface
*/