Skip to content

Commit 88a3bc0

Browse files
committed
docs: add @Property to User
To fix psalm errors.
1 parent c42282a commit 88a3bc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Entities/User.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
use CodeIgniter\Shield\Models\UserIdentityModel;
1414

1515
/**
16-
* @property Time|null $last_active
16+
* @property string|null $email
17+
* @property UserIdentity[]|null $identities
18+
* @property Time|null $last_active
19+
* @property string|null $password
20+
* @property string|null $password_hash
1721
*/
1822
class User extends Entity
1923
{

0 commit comments

Comments
 (0)