Skip to content

Commit 185f7f7

Browse files
committed
removed magic properties except for SimpleIdentity (BC break)
1 parent f92f261 commit 185f7f7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/Security/User.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515

1616
/**
1717
* User authentication and authorization.
18-
*
19-
* @property-read bool $loggedIn
20-
* @property-read IIdentity $identity
21-
* @property-read string|int $id
22-
* @property-read array $roles
23-
* @property-read int $logoutReason
24-
* @property Authenticator $authenticator
25-
* @property Authorizator $authorizator
2618
*/
2719
class User
2820
{

0 commit comments

Comments
 (0)