Skip to content

Commit d5e534f

Browse files
authored
[9.x] fix: docblock of GuardHelpers::$user (#46156)
1 parent cd9f8cb commit d5e534f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/GuardHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trait GuardHelpers
1313
/**
1414
* The currently authenticated user.
1515
*
16-
* @var \Illuminate\Contracts\Auth\Authenticatable
16+
* @var \Illuminate\Contracts\Auth\Authenticatable|null
1717
*/
1818
protected $user;
1919

0 commit comments

Comments
 (0)