diff --git a/src/InputHandler.php b/src/InputHandler.php index 4e8fc2af..1b490fa9 100644 --- a/src/InputHandler.php +++ b/src/InputHandler.php @@ -65,8 +65,8 @@ class InputHandler implements InputHandlerInterface /** * Create new input handler instance with given decoder classnames * - * @param DriverInterface $driver * @param array $decoders + * @param DriverInterface $driver * @return void */ public function __construct(array $decoders = [], ?DriverInterface $driver = null)