From 6c39fba7b2311e28f5c6ac7d729e3d49a2a98406 Mon Sep 17 00:00:00 2001 From: Niclas Date: Tue, 5 Sep 2023 21:07:46 +0200 Subject: [PATCH] Add array to docs of ResponseFactory::redirectToAction (#48309) --- Routing/ResponseFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Routing/ResponseFactory.php b/Routing/ResponseFactory.php index a6206a9..0aa51d5 100644 --- a/Routing/ResponseFactory.php +++ b/Routing/ResponseFactory.php @@ -123,7 +123,7 @@ public function redirectToRoute($route, $parameters = [], $status = 302, $header /** * Create a new redirect response to a controller action. * - * @param string $action + * @param array|string $action * @param mixed $parameters * @param int $status * @param array $headers