Skip to content

Entity Header: add tags #415

Entity Header: add tags

Entity Header: add tags #415

Triggered via pull request March 1, 2024 15:23
Status Failure
Total duration 20m 30s
Artifacts

phpstan.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHP 8.3: app/Models/Ability.php#L44
PHPDoc type array<string> of property App\Models\Ability::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/Attribute.php#L57
PHPDoc type array<string> of property App\Models\Attribute::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/AttributeTemplate.php#L37
PHPDoc type array<string> of property App\Models\AttributeTemplate::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/Bookmark.php#L52
PHPDoc type array<string> of property App\Models\Bookmark::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/Calendar.php#L51
PHPDoc type array<string> of property App\Models\Calendar::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/CalendarWeather.php#L41
PHPDoc type array<string> of property App\Models\CalendarWeather::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/Campaign.php#L84
PHPDoc type array<string> of property App\Models\Campaign::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/CampaignBoost.php#L29
PHPDoc type array<string> of property App\Models\CampaignBoost::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/CampaignDashboardWidget.php#L44
PHPDoc type array<string> of property App\Models\CampaignDashboardWidget::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3: app/Models/CampaignFollower.php#L28
PHPDoc type array<string> of property App\Models\CampaignFollower::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
PHP 8.3
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/.