From 485592b9daa0e54509c642dff48137fc6fc72996 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Sat, 21 Oct 2023 09:19:43 +0330 Subject: [PATCH] happy phpstan for `forget()` --- src/Auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Auth.php b/src/Auth.php index 32b163db0..c2bd95344 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -15,6 +15,7 @@ * @method Result attempt(array $credentials) * @method Result check(array $credentials) * @method bool checkAction(string $token, string $type) [Session] + * @method void forget(?User $user = null) [Session] * @method User|null getUser() * @method bool loggedIn() * @method bool login(User $user)