[10.x] Add support laravel ^11.0 #1253
Annotations
4 errors
phpstan:
src/Models/Transaction.php#L43
PHPDoc type array<string> of property Bavix\Wallet\Models\Transaction::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
phpstan:
src/Models/Transfer.php#L47
PHPDoc type array<string> of property Bavix\Wallet\Models\Transfer::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
phpstan:
src/Models/Wallet.php#L60
PHPDoc type array<string> of property Bavix\Wallet\Models\Wallet::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
phpstan
Process completed with exit code 1.
|