What's Changed ✨
🚀 New Functionality
- Suppress UnusedClass/PossiblyUnusedMethod on well-known classes/methods of fresh Laravel/Lumen projects (#183) @caugner
- Ensure factory() helper is gone in Laravel 8+ (#182) @caugner
- fix: ignore PropertyNotSetInConstructor in Console\Command, Http\FormRequest and Notifications\Notifications classes (#172) @caugner
🐛 Bug Fixes
- Fix database migrations path (#188) @CristianGiordano
- Ensure firstOrNew/Create can be called without parameters in Laravel 8+ (#157) @caugner
- fix: Support @Property on Model with imported type (#170) @caugner
- chore: move Optional stub to /stubs (#175) @caugner
🔨 Maintenance
- test(Notification): run only for Laravel 6.0.4+ (#181) @caugner
- Migrate from Psalm Hooks to EventHandlers (#178) @caugner
- fix: add missing illuminate/* dependencies (#177) @caugner
- Test Laravel 6.x (LTS) instead of 7.x (EOL) (#176) @caugner
- chore: optimize + add imports (#174) @caugner
- test: add test case for abort() (#171) @caugner
- Reword acceptance tests (#169) @caugner