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

Add info to doc block

This commit is contained in:
Oliver Vogel
2024-01-05 12:44:04 +01:00
parent b9c6368656
commit 9f15cf448c

View File

@@ -77,6 +77,9 @@ final class ImageManager
* decodedable with one of the decoders passed. It is also possible to pass * decodedable with one of the decoders passed. It is also possible to pass
* a single object or class name of a decoder. * a single object or class name of a decoder.
* *
* All decoders that implement the `DecoderInterface::class` can be passed. Usually
* a selection of classes of the namespace `Intervention\Image\Decoders`
*
* If the second parameter is not set, an attempt to decode the input is made * If the second parameter is not set, an attempt to decode the input is made
* with all available decoders of the driver. * with all available decoders of the driver.
* *