chore(deps-dev): bump nunomaduro/larastan from 2.6.4 to 2.9.4 #783
Annotations
6 errors
Run 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.
|
Run phpstan:
app/Models/LicenceKey.php#L67
PHPDoc type array<string> of property App\Models\LicenceKey::$appends is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$appends.
|
Run 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.
|
Run 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.
|
Run 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.
|
Run phpstan
Process completed with exit code 1.
|
Loading