Releases: sirbrillig/phpcs-variable-analysis
Releases · sirbrillig/phpcs-variable-analysis
v2.11.19
v2.11.18
What's Changed
- Switch to PHPCSStandards/PHP_CodeSniffer by @jrfnl in #315
- Make sure that recursive search of list assignments stays inside them by @sirbrillig in #318
- Fix nullable constructor promotion detection by @sirbrillig in #321
Full Changelog: v2.11.17...v2.11.18
v2.11.18-beta.2
Changelog
- Fix nullable constructor promotion detection (#321)
v2.11.18-beta.1
This release is going out as a beta first because I am traveling and if I break something I won't be around to fix it for a while, but it probably will be fine.
Changelog
- Make sure that recursive search of list assignments stays inside them (#318)
- A bunch of package updates that shouldn't affect things.