Skip to content

Code filter op PageResource table #102

Code filter op PageResource table

Code filter op PageResource table #102

Triggered via push February 4, 2026 10:39
Status Failure
Total duration 42s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Filament/Form/Fields/SlugField.php#L72
Call to function method_exists() with Filament\Resources\Pages\Page and 'getActiveFormsLocale' will always evaluate to true.
phpstan: src/Filament/Form/Fields/SlugField.php#L48
Call to function method_exists() with Filament\Resources\Pages\Page and 'getActiveFormsLocale' will always evaluate to true.
phpstan: src/Filament/Form/Fields/SEOImageField.php#L19
PHPDoc tag `@var` with type Statikbe\FilamentFlexibleContentBlocks\Models\Contracts\HasSEOAttributes is not subtype of native type Illuminate\Database\Eloquent\Model.
phpstan: src/Filament/Form/Fields/OverviewImageField.php#L19
PHPDoc tag `@var` with type Statikbe\FilamentFlexibleContentBlocks\Models\Contracts\HasOverviewAttributes is not subtype of native type Illuminate\Database\Eloquent\Model.
phpstan: src/Filament/Form/Fields/HeroImageField.php#L19
PHPDoc tag `@var` with type Statikbe\FilamentFlexibleContentBlocks\Models\Contracts\HasHeroImageAttributes is not subtype of native type Illuminate\Database\Eloquent\Model.
phpstan: src/Filament/Form/Fields/Flexible/FlexibleSelectField.php#L56
Call to function is_array() with array will always evaluate to true.
phpstan: src/Filament/Form/Fields/Blocks/Type/AbstractType.php#L176
Call to function method_exists() with Filament\Forms\Contracts\HasForms and 'getActiveFormsLocale' will always evaluate to true.
phpstan: src/Filament/Form/Fields/Blocks/Type/AbstractType.php#L140
Call to function method_exists() with Filament\Forms\Contracts\HasForms and 'getActiveFormsLocale' will always evaluate to true.
phpstan: src/Filament/Form/Fields/Blocks/Type/AbstractType.php#L102
Call to function method_exists() with Filament\Forms\Contracts\HasForms and 'getActiveFormsLocale' will always evaluate to true.
phpstan: src/Exceptions/LinkableModelNotFoundException.php#L9
Property Statikbe\FilamentFlexibleContentBlocks\Exceptions\LinkableModelNotFoundException::$record (Illuminate\Database\Eloquent\Model|null) is never assigned null so it can be removed from the property type.