Skip to content

feat: external profile/entry factories (#647) #420

feat: external profile/entry factories (#647)

feat: external profile/entry factories (#647) #420

Triggered via push June 30, 2024 23:31
Status Failure
Total duration 2m 28s
Artifacts
static-analysis
2m 20s
static-analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
static-analysis: app/Models/List/External/ExternalEntry.php#L34
Non-abstract class App\Models\List\External\ExternalEntry contains abstract method getSubtitle() from interface App\Contracts\Models\HasSubtitle.
static-analysis: app/Models/List/External/ExternalEntry.php#L57
PHPDoc type array<string> of property App\Models\List\External\ExternalEntry::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
static-analysis: app/Models/List/ExternalProfile.php#L36
Non-abstract class App\Models\List\ExternalProfile contains abstract method getSubtitle() from interface App\Contracts\Models\HasSubtitle.
static-analysis: app/Models/List/ExternalProfile.php#L58
PHPDoc type array<string> of property App\Models\List\ExternalProfile::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
static-analysis
Process completed with exit code 1.
static-analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.