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

Fix @param order

This commit is contained in:
Oliver Vogel
2024-05-11 17:44:29 +02:00
parent cca6bd34bc
commit c06e14df1b

View File

@@ -65,8 +65,8 @@ class InputHandler implements InputHandlerInterface
/**
* Create new input handler instance with given decoder classnames
*
* @param DriverInterface $driver
* @param array<string|DecoderInterface> $decoders
* @param DriverInterface $driver
* @return void
*/
public function __construct(array $decoders = [], ?DriverInterface $driver = null)