Skip to content

Commit

Permalink
[9.x] fix: docblock of GuardHelpers::$user (#46156)
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored Feb 17, 2023
1 parent 35f9ce1 commit dfa5e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuardHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait GuardHelpers
/**
* The currently authenticated user.
*
* @var \Illuminate\Contracts\Auth\Authenticatable
* @var \Illuminate\Contracts\Auth\Authenticatable|null
*/
protected $user;

Expand Down

0 comments on commit dfa5e76

Please sign in to comment.