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 committed Sep 5, 2023
1 parent 909ea24 commit b4130cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/Routing/ResponseFactory.php
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
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/ResponseFactory.php
Expand Up @@ -235,7 +235,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 b4130cf

Please sign in to comment.