Skip to content

v1.7.20

Choose a tag to compare

@haggaiwambua haggaiwambua released this 23 May 23:23
· 60 commits to master since this release
Immutable release. Only release title and notes can be modified.
0d309f8

Fixed

  • MassAssignmentAnalyzer no longer false-positives on models that inherit mass assignment protection from a parent class — subclasses of vendor models (e.g. PersonalAccessToken extends Laravel\Sanctum\PersonalAccessToken) were flagged as missing $fillable/$guarded because only the current class's own properties were checked; the analyzer now walks the parent class file via Composer's classmap before emitting the finding