Releases: sirbrillig/phpcs-variable-analysis
Releases · sirbrillig/phpcs-variable-analysis
v2.0.6
v2.0.5
Changelog
- Fix recognition of static variable functions (#27)
- Simplify handling static variables (#32)
- Clean up more code (#30)
- Remove null coalesce (#31)
- Clean up code style (#29)
- Move library files to the
Lib
directory and namespace (#28) - Allow Traits to use
$this
(#25) - Tests: Move phpunit config from composer script to config file (#24)
- Tests: sort line numbers (#23)
v2.0.4
v2.0.3
v2.0.2
This release just disables the roave/security-advisories
dependency because it requires that developers using this package add additional lines to their composer.json.
v2.0.1
This release should re-enable sniffs that were accidentally disabled, particularly unused function arguments.
Many thanks to @GaryJones for noticing that bug and some clean-up to the composer file!
v2.0
v1.0
Initial release.