Skip to content

Commit 005ee5c

Browse files
committed
User: deprecated magic properties (BC break)
1 parent 1aa92bb commit 005ee5c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/Security/User.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
*
2020
* @property-read bool $loggedIn
2121
* @property-read ?IIdentity $identity
22-
* @property-read string|int|null $id
23-
* @property-read string[] $roles
24-
* @property-read ?int $logoutReason
25-
* @property Authenticator $authenticator
26-
* @property Authorizator $authorizator
22+
* @property-deprecated string|int|null $id
23+
* @property-deprecated string[] $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)