Skip to content

Fix styling

Fix styling #29

Triggered via push March 27, 2025 16:49
Status Failure
Total duration 1m 4s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Filament/Pages/KanbanBoardPage.php#L123
PHPDoc tag @return with type Relaticle\Flowforge\Filament\Pages\KanbanBoardPage is not subtype of native type static(Relaticle\Flowforge\Filament\Pages\KanbanBoardPage).
phpstan: src/Filament/Pages/KanbanBoardPage.php#L111
PHPDoc tag @return with type Relaticle\Flowforge\Filament\Pages\KanbanBoardPage is not subtype of native type static(Relaticle\Flowforge\Filament\Pages\KanbanBoardPage).
phpstan: src/Filament/Pages/KanbanBoardPage.php#L75
PHPDoc tag @return with type Relaticle\Flowforge\Filament\Pages\KanbanBoardPage is not subtype of native type static(Relaticle\Flowforge\Filament\Pages\KanbanBoardPage).
phpstan: src/Filament/Pages/KanbanBoardPage.php#L63
PHPDoc tag @return with type Relaticle\Flowforge\Filament\Pages\KanbanBoardPage is not subtype of native type static(Relaticle\Flowforge\Filament\Pages\KanbanBoardPage).
phpstan: src/Filament/Pages/KanbanBoardPage.php#L39
PHPDoc tag @return with type Relaticle\Flowforge\Filament\Pages\KanbanBoardPage is not subtype of native type static(Relaticle\Flowforge\Filament\Pages\KanbanBoardPage).
phpstan: src/Config/KanbanConfig.php#L225
Argument of an invalid type Relaticle\Flowforge\Config\KanbanConfig supplied for foreach, only iterables are supported.
phpstan: src/Config/KanbanConfig.php#L28
Readonly classes are supported only on PHP 8.2 and later.
phpstan: src/Concerns/CardFormattingTrait.php (in context of class Relaticle/Flowforge/Adapters/DefaultKanbanAdapter)#L41
Else branch is unreachable because ternary operator condition is always true.
phpstan: src/Concerns/CardFormattingTrait.php (in context of class Relaticle/Flowforge/Adapters/DefaultKanbanAdapter)#L39
Else branch is unreachable because ternary operator condition is always true.
phpstan: src/Adapters/DefaultKanbanAdapter.php#L59
Unsafe usage of new static().