Skip to content

Commit b6f10b8

Browse files
committed
docs: update doc comment
1 parent a5b2c56 commit b6f10b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class User extends Entity
4747
/**
4848
* Returns the first identity of the given $type for this user.
4949
*
50-
* @param string $type 'email_2fa'|'email_activate'|'email_password'
50+
* @param string $type 'email_2fa'|'email_activate'|'email_password'|'magic-link'
5151
*/
5252
public function getIdentity(string $type): ?UserIdentity
5353
{

0 commit comments

Comments
 (0)