Releases: sirbrillig/phpcs-variable-analysis
Releases · sirbrillig/phpcs-variable-analysis
v3.0.0-beta.3
Changelog
- Support global scope (#190)
v2.8.3
v3.0.0-beta.2
v2.8.2
Changelog
This is a backport of the bugfixes from 3.0.0-beta.1 into the 2.x version without any of the PHPCSUtils changes.
v2.8.2-beta.1
Changelog
This is a backport of the bugfixes in 3.0.0-beta.1 into the 2.x version without any of the PHPCSUtils changes. Because of the nature of a backport, this is a test release to make sure everything works properly before I do a proper release of 2.8.2.
v3.0.0-beta.1
v2.8.1
Changelog
This is a small bug fix release with a bunch of test and package clean-up from brave contributors @jrfnl and @alexpott. Thanks, friends! ❤️
- Make assignment of a reference variable be considered a use (#128)
- Bug fix: false negative unused var (#120)
- PHPStan: document run parameters in project ruleset (#122)
- Composer: update PHPCS Composer plugin dependency (#121)
- Bug fix: $this in nested function declaration (#119)
- Documentation: minor fixes (#123)
- Remove stray
composer.lock
file (#117) - Tests: simplify the PHPCS setup method [1] (#115)
- Composer: make the PHPUnit requirements more flexible (#114)
- Tests: allow them to work cross-platform (#108)
- Composer: update DealerDirect Composer plugin requirement (#112)
- PHPCS: document run parameters in project ruleset (#107)
- PHPUnit config: add testsuite name (#113)
- Bug fix: recognize use of self/static within anonymous class (#110)
- Composer: move PHPCS dependency to
require
(#106)