Skip to content

[10.x] Add support laravel ^11.0 #1254

[10.x] Add support laravel ^11.0

[10.x] Add support laravel ^11.0 #1254

Triggered via pull request March 9, 2024 15:27
@rez1dent3rez1dent3
synchronize #885
test-10x
Status Failure
Total duration 16m 40s
Artifacts

phpstan.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: tests/Infra/Models/Item.php#L34
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\Item::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemDiscount.php#L29
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemDiscount::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemDiscountTax.php#L30
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemDiscountTax::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemMaxTax.php#L29
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemMaxTax::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemMeta.php#L30
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemMeta::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemMinTax.php#L29
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemMinTax::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemMultiPrice.php#L30
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemMultiPrice::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemTax.php#L29
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemTax::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/ItemWallet.php#L30
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\ItemWallet::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Infra/Models/Manager.php#L24
PHPDoc type array<string> of property Bavix\Wallet\Test\Infra\Models\Manager::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.