Skip to content

Commit 1ab829c

Browse files
authored
Merge pull request #923 from datamweb/happy-phpstan-for-forget
happy phpstan for `forget()`
2 parents 50fb634 + 485592b commit 1ab829c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @method Result attempt(array $credentials)
1616
* @method Result check(array $credentials)
1717
* @method bool checkAction(string $token, string $type) [Session]
18+
* @method void forget(?User $user = null) [Session]
1819
* @method User|null getUser()
1920
* @method bool loggedIn()
2021
* @method bool login(User $user)

0 commit comments

Comments
 (0)