Skip to content

Commit

Permalink
deprecated magic properties except for SimpleIdentity (BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 21, 2022
1 parent 1887efa commit d7775f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Security/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
/**
* User authentication and authorization.
*
* @property-read bool $loggedIn
* @property-read IIdentity $identity
* @property-read string|int $id
* @property-read array $roles
* @property-read int $logoutReason
* @property Authenticator $authenticator
* @property Authorizator $authorizator
* @property-deprecated bool $loggedIn
* @property-deprecated IIdentity $identity
* @property-deprecated string|int $id
* @property-deprecated array $roles
* @property-deprecated int $logoutReason
* @property-deprecated Authenticator $authenticator
* @property-deprecated Authorizator $authorizator
*/
class User
{
Expand Down

0 comments on commit d7775f7

Please sign in to comment.