Skip to content

refactor(filament): moved pivot fields to a proper function on relati… #465

refactor(filament): moved pivot fields to a proper function on relati…

refactor(filament): moved pivot fields to a proper function on relati… #465

Triggered via push October 8, 2024 09:31
Status Failure
Total duration 2m 10s
Artifacts
static-analysis
2m 0s
static-analysis
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
static-analysis: app/Filament/RelationManagers/BaseRelationManager.php#L33
Method App\Filament\RelationManagers\BaseRelationManager::getPivotFields() has invalid return type App\Filament\RelationManagers\Component.
static-analysis: app/Filament/RelationManagers/Wiki/ResourceRelationManager.php#L25
Method App\Filament\RelationManagers\Wiki\ResourceRelationManager::getPivotFields() has invalid return type App\Filament\RelationManagers\Wiki\Component.
static-analysis: app/Filament/RelationManagers/Wiki/ResourceRelationManager.php#L27
Method App\Filament\RelationManagers\Wiki\ResourceRelationManager::getPivotFields() should return array<App\Filament\RelationManagers\Wiki\Component> but returns array<int, Filament\Forms\Components\TextInput>.
static-analysis: app/Filament/Resources/Wiki/Song/RelationManagers/ArtistSongRelationManager.php#L24
Method App\Filament\Resources\Wiki\Song\RelationManagers\ArtistSongRelationManager::getPivotFields() has invalid return type App\Filament\Resources\Wiki\Song\RelationManagers\Component.
static-analysis: app/Filament/Resources/Wiki/Song/RelationManagers/ArtistSongRelationManager.php#L26
Method App\Filament\Resources\Wiki\Song\RelationManagers\ArtistSongRelationManager::getPivotFields() should return array<int, App\Filament\Resources\Wiki\Song\RelationManagers\Component> but returns array<int, Filament\Forms\Components\TextInput>.
static-analysis
Process completed with exit code 1.
static-analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/