mirror of
https://github.com/Intervention/image.git
synced 2025-08-18 11:41:17 +02:00
Fix @param order
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user