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:
@@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user