Skip to content

Commit

Permalink
Add array to docs of ResponseFactory::redirectToAction (#48309)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk authored Sep 5, 2023
1 parent eb1a7e7 commit 6c39fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routing/ResponseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c39fba

Please sign in to comment.