Skip to content

Commit

Permalink
Fix incorrect PHPDoc argument for signedRoute (#34672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanra committed Oct 5, 2020
1 parent 52c77fc commit 8de2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/UrlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function formatScheme($secure = null)
* Create a signed route URL for a named route.
*
* @param string $name
* @param array $parameters
* @param mixed $parameters
* @param \DateTimeInterface|\DateInterval|int|null $expiration
* @param bool $absolute
* @return string
Expand Down

0 comments on commit 8de2c9d

Please sign in to comment.