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)