diff --git a/src/ManagerFactory.php b/src/ManagerFactory.php index 079c6de..4854647 100644 --- a/src/ManagerFactory.php +++ b/src/ManagerFactory.php @@ -30,8 +30,8 @@ * * @template UserModel of class-string * @method UserModel user() - * @method int id - * @method bool guest + * @method int id() + * @method bool guest() * @method bool check() * @method bool validate(array $credentials = []) * @method void setUser(AuthenticatableInterface $user);