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