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 411ca9e commit 147b924Copy full SHA for 147b924
src/Security/User.php
@@ -19,11 +19,11 @@
19
*
20
* @property-read bool $loggedIn
21
* @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
+ * @property-deprecated string|int|null $id
+ * @property-deprecated string[] $roles
+ * @property-deprecated ?int $logoutReason
+ * @property-deprecated Authenticator $authenticator
+ * @property-deprecated Authorizator $authorizator
27
*/
28
class User
29
{
0 commit comments