You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve PHPStan static analysis issues and improve code quality
- Fix PHPStan Level 5 analysis errors with strict rules enabled
- Remove references to deleted ModelAudited event and AuditModelChanges listener
- Improve type safety with better null checking and method existence validation
- Fix scope method return types and route handling in services
- Update unit tests to work with direct logging architecture
- Clean up unused imports and enhance test setup
- Add PHPStan ignore rule for dynamic query builder method calls
- Update CHANGELOG.md for version 1.3.1
All tests passing (39 tests, 103 assertions) ✅
PHPStan analysis clean (0 errors) ✅
0 commit comments