[10.x] Add support laravel ^11.0 #1254
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.
|