Skip to content

fix bug introduced with multi select #56

fix bug introduced with multi select

fix bug introduced with multi select #56

Triggered via push January 22, 2025 16:04
Status Failure
Total duration 40s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: database/factories/FilamentFormFactory.php#L10
PHPDoc tag @extends has invalid type App\Models\FilamentForm.
phpstan: database/factories/FilamentFormFactory.php#L10
Type App\Models\FilamentForm in generic type Illuminate\Database\Eloquent\Factories\Factory<App\Models\FilamentForm> in PHPDoc tag @extends is not subtype of template type TModel of Illuminate\Database\Eloquent\Model of class Illuminate\Database\Eloquent\Factories\Factory.
phpstan: database/factories/FilamentFormFactory.php#L20
Call to an undefined method Faker\Generator::bs().
phpstan: database/factories/FilamentFormFieldFactory.php#L10
PHPDoc tag @extends has invalid type App\Models\FilamentFormField.
phpstan: database/factories/FilamentFormFieldFactory.php#L10
Type App\Models\FilamentFormField in generic type Illuminate\Database\Eloquent\Factories\Factory<App\Models\FilamentFormField> in PHPDoc tag @extends is not subtype of template type TModel of Illuminate\Database\Eloquent\Model of class Illuminate\Database\Eloquent\Factories\Factory.
phpstan: database/seeders/FilamentFormSeeder.php#L59
Call to an undefined method Faker\Generator::bs().
phpstan: src/Exports/FilamentFormUsersExport.php#L21
Access to an undefined property Illuminate\Database\Eloquent\Model::$filament_form_id.
phpstan: src/Exports/FilamentFormUsersExport.php#L61
Access to an undefined property Tapp\FilamentFormBuilder\Models\FilamentFormField::$label.
phpstan: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php#L56
Call to an undefined method Illuminate\Database\Eloquent\Model::filamentFormFields().
phpstan: src/Filament/Resources/FilamentFormResource/RelationManagers/FilamentFormFieldsRelationManager.php#L91
Access to an undefined property Illuminate\Database\Eloquent\Model::$locked.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636