Skip to content

Commit 40710a4

Browse files
committed
User: deprecated magic properties (BC break)
1 parent aba0e64 commit 40710a4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Security/User.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
/**
1818
* User authentication and authorization.
1919
*
20-
* @property-read bool $loggedIn
21-
* @property-read IIdentity $identity
22-
* @property-read string|int $id
23-
* @property-read array $roles
24-
* @property-read int $logoutReason
25-
* @property Authenticator $authenticator
26-
* @property Authorizator $authorizator
20+
* @property bool $loggedIn
21+
* @property IIdentity $identity
22+
* @property-deprecated string|int $id
23+
* @property-deprecated array $roles
24+
* @property-deprecated int $logoutReason
25+
* @property-deprecated Authenticator $authenticator
26+
* @property-deprecated Authorizator $authorizator
2727
*/
2828
class User
2929
{

0 commit comments

Comments
 (0)