We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1887efa commit d7775f7Copy full SHA for d7775f7
src/Security/User.php
@@ -16,13 +16,13 @@
16
/**
17
* 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
+ * @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
26
*/
27
class User
28
{
0 commit comments