Skip to content

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

[10.x] Add support laravel ^11.0

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

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

phpstan.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.