Skip to content

v1.10.1

Choose a tag to compare

@haggaiwambua haggaiwambua released this 10 Jul 16:04
Immutable release. Only release title and notes can be modified.
7a5442d

Fixed

  • EloquentModelDetector now resolves an extends chain's parent by class name instead of collapsing the parent's whole file to a single verdict, so a class whose parent shares a file with a sibling or anonymous class ... extends Model is no longer detected as an Eloquent model — which produced false MassAssignmentAnalyzer and FillableForeignKeyAnalyzer findings and wrongly suppressed ServiceContainerResolutionAnalyzer ones (#274)