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

Merge branch 'develop' into feature/config

This commit is contained in:
Oliver Vogel
2024-06-01 09:21:03 +02:00

View File

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