mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
match HidesAttributes
docblocks (#6495)
the docblock in `HidesAttributes` was updated in #42512, so this child class should be using the same. otherwise PHPStan throws a "PHPDoc type array<int, string> of property App\Models\User::$hidden is not covariant with PHPDoc type list<string> of property Illuminate\Database\Eloquent\Model::$hidden" error
This commit is contained in:
parent
3622d746fd
commit
3b146114e2
@ -26,7 +26,7 @@ class User extends Authenticatable
|
|||||||
/**
|
/**
|
||||||
* The attributes that should be hidden for serialization.
|
* The attributes that should be hidden for serialization.
|
||||||
*
|
*
|
||||||
* @var array<int, string>
|
* @var array<string>
|
||||||
*/
|
*/
|
||||||
protected $hidden = [
|
protected $hidden = [
|
||||||
'password',
|
'password',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user