When using phpstan with the defaults of larastan I encounter an issue with the Repeater Field.
Parameter 1 $repeatables of method Laravel\Nova\Fields\Repeater::repeatables() expects array<int, string>, array<int, CustomRepeater> is given.
Detailed steps to reproduce the issue on a fresh Nova installation:
Description:
When using phpstan with the defaults of larastan I encounter an issue with the Repeater Field.
Parameter 1 $repeatables of method Laravel\Nova\Fields\Repeater::repeatables() expects array<int, string>, array<int, CustomRepeater> is given
.Detailed steps to reproduce the issue on a fresh Nova installation:
phpstan.neon
Just run phpstan