chore(deps): bump laravel/framework from 10.38.2 to 10.48.10 #797
static.yml
on: pull_request
Static analysis
/
Psalm
40s
Static analysis
/
PHPStan
27s
Annotations
5 errors
Static analysis / PHPStan:
app/Models/LicenceKey.php#L20
PHPDoc type array<string> of property App\Models\LicenceKey::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
Static analysis / PHPStan:
app/Models/Plan.php#L18
PHPDoc type array<string> of property App\Models\Plan::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
Static analysis / PHPStan:
app/Models/User.php#L29
PHPDoc type array<string> of property App\Models\User::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
Static analysis / PHPStan:
app/Models/UserToken.php#L18
PHPDoc type array<string> of property App\Models\UserToken::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
Static analysis / PHPStan
Process completed with exit code 1.
|