Phpcs Variable Analysis Versions Save

Find undefined and unused variables with the PHP Codesniffer static analysis tool.

v2.11.18

1 month ago

What's Changed

Full Changelog: https://github.com/sirbrillig/phpcs-variable-analysis/compare/v2.11.17...v2.11.18

v2.11.18-beta.2

1 month ago

Changelog

v2.11.18-beta.1

1 month ago

This release is going out as a beta first because I am traveling and if I break something I won't be around to fix it for a while, but it probably will be fine.

Changelog

  • Make sure that recursive search of list assignments stays inside them (#318)
  • A bunch of package updates that shouldn't affect things.

v2.11.17

9 months ago

Changelog

  • Do not close scope of ref reassignment when inside else (#306)

v2.11.16

1 year ago

Changelog

Arrow function scope just keeps going.

  • Allow newlines in arrow functions (#301)

v2.11.15

1 year ago

Changelog

  • Fix scope closer detection in arrow function detection (#298)

v2.11.14

1 year ago

Changelog

  • Use custom logic for finding arrow function scope (#296)

v2.11.13

1 year ago

Changelog

  • Support readonly constructor promotion (#294).

v2.11.12

1 year ago

Changelog

  • Allow non-enum tokens called 'enum' (#293)

v2.11.11

1 year ago

Changelog

  • Add support for enum methods (#289)