Skip to content

UP

UP #23

Triggered via push March 24, 2025 10:42
Status Failure
Total duration 54s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Adapters/EloquentQueryAdapter.php#L195
Unsafe usage of new static().
phpstan: src/Adapters/EloquentQueryAdapter.php#L192
Call to static method query() on an unknown class App\Models\Task.
phpstan: src/Adapters/DefaultKanbanAdapter.php#L540
Unsafe usage of new static().
phpstan: src/Adapters/DefaultKanbanAdapter.php#L518
Call to an undefined method Illuminate\Database\Eloquent\Builder|Illuminate\Database\Eloquent\Relations\Relation::toArray().
phpstan: src/Adapters/DefaultKanbanAdapter.php#L440
Variable $fields in empty() always exists and is not falsy.
phpstan: src/Adapters/DefaultKanbanAdapter.php#L410
PHPDoc tag @return with type Filament\Forms\Components\Section|null is not subtype of native type Filament\Forms\Components\Grid|null.
phpstan: src/Adapters/DefaultKanbanAdapter.php#L258
Call to an undefined method Illuminate\Database\Eloquent\Builder|Illuminate\Database\Eloquent\Relations\Relation::all().
phpstan: src/Adapters/AbstractKanbanAdapter.php#L210
Unsafe usage of new static().
phpstan: src/Adapters/AbstractKanbanAdapter.php#L93
Else branch is unreachable because ternary operator condition is always true.
phpstan: src/Adapters/AbstractKanbanAdapter.php#L91
Else branch is unreachable because ternary operator condition is always true.