We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba0e64 commit 40710a4Copy full SHA for 40710a4
src/Security/User.php
@@ -17,13 +17,13 @@
17
/**
18
* User authentication and authorization.
19
*
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
+ * @property bool $loggedIn
+ * @property IIdentity $identity
+ * @property-deprecated string|int $id
+ * @property-deprecated array $roles
+ * @property-deprecated int $logoutReason
+ * @property-deprecated Authenticator $authenticator
+ * @property-deprecated Authorizator $authorizator
27
*/
28
class User
29
{
0 commit comments