Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix new highlighted PHPStan issue: ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Line app/Models/User.php ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 24 PHPDoc type array<string> of property App\Models\User::$fillable is not the same as PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable. 💡 You can fix 3rd party PHPDoc types with stub files: 💡 https://phpstan.org/user-guide/stub-files ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- Loading branch information