Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 4d276d2

Browse files
committed
Fix code doc var type.
1 parent 240a8bc commit 4d276d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdldapAuthUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AdldapAuthUserProvider extends EloquentUserProvider
1616
/**
1717
* The authenticated LDAP user.
1818
*
19-
* @var User
19+
* @var User|null
2020
*/
2121
protected $user = null;
2222

0 commit comments

Comments
 (0)