Skip to content

Commit

Permalink
User: deprecated magic properties (BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 18, 2023
1 parent 3f73414 commit 4bfb2d3
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 4bfb2d3

Please sign in to comment.