Skip to content

Merge branch 'main' of github.com:vormkracht10/filament-fields #35

Merge branch 'main' of github.com:vormkracht10/filament-fields

Merge branch 'main' of github.com:vormkracht10/filament-fields #35

Triggered via push January 31, 2025 08:31
Status Failure
Total duration 58s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Fields.php#L15
Unsafe access to private property Vormkracht10\Fields\Fields::$fields through static::.
phpstan: src/Fields.php#L20
Unsafe access to private property Vormkracht10\Fields\Fields::$fields through static::.
phpstan: src/Fields.php#L25
Unsafe access to private property Vormkracht10\Fields\Fields::$fields through static::.
phpstan: src/Fields/Checkbox.php#L30
Access to an undefined property Vormkracht10\Fields\Models\Field::$config.
phpstan: src/Fields/Checkbox.php#L34
Access to an undefined property Vormkracht10\Fields\Models\Field::$config.
phpstan: src/Fields/Color.php#L35
Access to an undefined property Vormkracht10\Fields\Models\Field::$config.
phpstan: src/Fields/Radio.php#L13
Class Vormkracht10\Fields\Fields\Radio uses unknown trait Vormkracht10\Backstage\Concerns\HasOptions.
phpstan: src/Fields/Radio.php#L19
Call to an undefined static method Vormkracht10\Fields\Fields\Radio::getOptionsConfig().
phpstan: src/Fields/Radio.php#L35
Call to an undefined static method Vormkracht10\Fields\Fields\Radio::addOptionsToInput().
phpstan: src/Fields/Radio.php#L62
Call to an undefined static method Vormkracht10\Fields\Fields\Radio::optionFormFields().