Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Illuminate/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function assertRedirectContains($uri)
/**
* Assert whether the response is redirecting to a given route.
*
* @param string $name
* @param \BackedEnum|string $name
* @param mixed $parameters
* @return $this
*/
Expand All @@ -238,7 +238,7 @@ public function assertRedirectToRoute($name, $parameters = [])
/**
* Assert whether the response is redirecting to a given signed route.
*
* @param string|null $name
* @param \BackedEnum|string|null $name
* @param mixed $parameters
* @param bool $absolute
* @return $this
Expand Down