Skip to content

Commit

Permalink
[10.x] Fix PhpDocs type typo (#46432)
Browse files Browse the repository at this point in the history
  • Loading branch information
finagin committed Mar 11, 2023
1 parent 8c3a23d commit 896105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ function response($content = '', $status = 200, array $headers = [])
/**
* Generate the URL to a named route.
*
* @param array|string $name
* @param string $name
* @param mixed $parameters
* @param bool $absolute
* @return string
Expand Down

0 comments on commit 896105c

Please sign in to comment.