What’s Changed
This release focuses on fixing minor issues (plugin gaps) found on real projects.
Fixes
- Narrow
AuthManagerinstance calls, not just theAuthfacade (#773) @alies-dev - Register Carbon lazy class stubs to prevent MissingDependency errors (#770) @alies-dev
- Widen
Stringable-accepting stubs to reduce ImplicitToStringCast false positives (#775) @alies-dev - Tighten
filled()to narrow?stringtonon-empty-string(#762) @alies-dev - Silence misleading autoloader warning for anonymous
Modelsubclasses (e.g. Laravel Scout) (#769) @alies-dev - Stop
NoEnvOutsideConfigfrom firing inside analysed project's config/ (#767) @alies-dev
Full Changelog: v4.8.3...v4.8.4