1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-18 03:31:19 +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 * Create new input handler instance with given decoder classnames
* *
* @param DriverInterface $driver
* @param array<string|DecoderInterface> $decoders * @param array<string|DecoderInterface> $decoders
* @param DriverInterface $driver
* @return void * @return void
*/ */
public function __construct(array $decoders = [], ?DriverInterface $driver = null) public function __construct(array $decoders = [], ?DriverInterface $driver = null)