Releases: sirbrillig/phpcs-variable-analysis
Releases · sirbrillig/phpcs-variable-analysis
v2.11.5
Changelog
- Allow for loop increment expression to use variable defined inside loop (#262)
- Support constructor promotion (#266)
- Improve static declaration checks (#267)
- Handle inline if list destructure (#268)
- Remove php_errormsg from superglobals list (#269)
- Ignore unused parameters when function in abstract class is empty (#270)
v2.11.4
v2.11.3
v2.11.2
v2.11.1
v2.11.0
v2.10.3-beta.1
v2.10.2
Changelog
- Treat writing to a by-reference foreach loop variable as a read (#221) (props to @MPParsley for finding this bug!)
- Properly detect variables used in quotes inside arrow functions (#222) (props to @ocean90 for finding this bug!)
v2.10.2-beta.1
Changelog
- Treat writing to a by-reference foreach loop variable as a read (#221) (props to @MPParsley for finding this bug!)
- Properly detect variables used in quotes inside arrow functions (#222) (props to @ocean90 for finding this bug!)