From c06e14df1bf8c7c427aa6d1b35b23d055a988a4d Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 11 May 2024 17:44:29 +0200 Subject: [PATCH] Fix @param order --- src/InputHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)