Releases: sirbrillig/phpcs-variable-analysis
Releases · sirbrillig/phpcs-variable-analysis
v2.11.16
31 Mar 16:47
Compare
Sorry, something went wrong.
No results found
Changelog
Arrow function scope just keeps going.
Allow newlines in arrow functions (#301 )
v2.11.15
31 Mar 15:28
Compare
Sorry, something went wrong.
No results found
Changelog
Fix scope closer detection in arrow function detection (#298 )
v2.11.14
30 Mar 23:13
Compare
Sorry, something went wrong.
No results found
Changelog
Use custom logic for finding arrow function scope (#296 )
v2.11.13
30 Mar 21:27
Compare
Sorry, something went wrong.
No results found
Changelog
Support readonly constructor promotion (#294 ).
v2.11.12
13 Mar 14:55
Compare
Sorry, something went wrong.
No results found
Changelog
Allow non-enum tokens called 'enum' (#293 )
v2.11.11
12 Mar 03:14
Compare
Sorry, something went wrong.
No results found
Changelog
Add support for enum methods (#289 )
v2.11.10
06 Jan 00:50
Compare
Sorry, something went wrong.
No results found
Changelog
Composer: allow for the 1.0.0 version of the Composer PHPCS plugin (#287 )
v2.11.9
05 Oct 23:32
Compare
Sorry, something went wrong.
No results found
Changelog
Prevent detecting static closures when looking for static variables (#281 )
v2.11.8
08 Sep 22:34
Compare
Sorry, something went wrong.
No results found
Changelog
Fix function call detection to exclude non-function tokens (#279 )
v2.11.7
16 Aug 22:24
Compare
Sorry, something went wrong.
No results found
Changelog
Another bug fix for a static variable regression caused by #267 .
Place static arrow function body outside of scope on static declaration check (#276 ) Props @arkener !