Skip to content

Commit 3188b09

Browse files
committed
docs: add @Property
1 parent b84d3c8 commit 3188b09

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Entities/UserIdentity.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
* though a Authenticator may want to enforce only one exists for that
2222
* user, like a password.
2323
*
24-
* @property Time|null $last_used_at
24+
* @property Time|null $last_used_at
25+
* @property string|null $secret
26+
* @property string|null $secret2
2527
*/
2628
class UserIdentity extends Entity
2729
{

0 commit comments

Comments
 (0)