Skip to content

Commit

Permalink
The request helper might return null, update docblock to reflect this. (
Browse files Browse the repository at this point in the history
  • Loading branch information
FrontEndCoffee committed Jan 7, 2021
1 parent 930e7f6 commit 524b1b3
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 @@ -605,7 +605,7 @@ function report($exception)
*
* @param array|string|null $key
* @param mixed $default
* @return \Illuminate\Http\Request|string|array
* @return \Illuminate\Http\Request|string|array|null
*/
function request($key = null, $default = null)
{
Expand Down

0 comments on commit 524b1b3

Please sign in to comment.