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 21c3eb4 commit 7ea69d2Copy full SHA for 7ea69d2
1 file changed
src/Security/IIdentity.php
@@ -16,9 +16,8 @@ interface IIdentity
16
{
17
/**
18
* Returns the ID of user.
19
- * @return string|int
20
*/
21
- function getId();
+ function getId(): string|int;
22
23
24
* Returns a list of roles that the user is a member of.
0 commit comments