Skip to content

Commit

Permalink
Update ManagerFactory: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryinner authored Oct 31, 2024
1 parent 7b86f4f commit 1132add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*
* @template UserModel of class-string<AuthenticatableInterface>
* @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);
Expand Down

0 comments on commit 1132add

Please sign in to comment.