Skip to content

Commit db62b4d

Browse files
committed
ref: added PHP Doc block
1 parent 47819ec commit db62b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Domain/User/Entities/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class User extends Authenticatable
2121
/**
2222
* The attributes that are mass assignable.
2323
*
24-
* @var array<int, string>
24+
* @var list<string>
2525
*/
2626
protected $fillable = [
2727
'name',
@@ -33,7 +33,7 @@ class User extends Authenticatable
3333
/**
3434
* The attributes that should be hidden for serialization.
3535
*
36-
* @var array<int, string>
36+
* @var list<string>
3737
*/
3838
protected $hidden = [
3939
'password',

0 commit comments

Comments
 (0)