v0.6.1
What's Changed
- PHPStan static analysis added via larastan (level 7) with a dedicated GitHub Actions workflow.
- Resolved all reported static-analysis issues with type-level changes only — PHPDoc array shapes, an
intcast onrecovery_at, and string casts on config-derived service keys. No runtime behavior changed (full test suite green). - Added
testbench.yamlso analysis bootsFuseServiceProvider, allowing larastan to resolve console-command argument types and thefuse::view namespace. - Added
larastan/larastan ^3.0torequire-dev. - CI: bumped
actions/checkoutto v5 and added PHP 8.5 to the test matrix (withfail-fast: false).
Full Changelog: v0.6.0...v0.6.1