What's Changed
See v4.0.0 Beta 1 release for full list of major changes
Migration guide
composer require --dev psalm/plugin-laravel:^4.0@beta -WSee Upgrading from v3 to v4 for details.
In this RC:
- Feat: Add
NoEnvOutsideConfigrule to detect env() calls outside config directory #456 - Feat: better Taint detection in Eloquent Builder expressions
- Feat: infer precise types for Console command argument() and option() calls #457
- Docs: add upgrading guide
- Fix variable shadowing and misleading error issue title #460
- Fix:
CastsMethodParserAST traversal —getAttribute('parent')is always null #458 - Fix relation stub signatures and type bare array params #461
- Fix
createManyparam types andCastsMethodParserAST parent lookup #462
RC/Beta Changelog: v4.0.0-beta.2...v4.0.0-rc.1
Major Changelog: v3.1.5...v4.0.0-beta.2