feat: external profile/entry factories (#647) #420
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/.
|