Skip to content

Commit 3bb2303

Browse files
committed
fix: property for $last_used_at
1 parent 319739a commit 3bb2303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/UserIdentity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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|string $last_used_at
2525
* @property string|null $secret
2626
* @property string|null $secret2
2727
*/

0 commit comments

Comments
 (0)