sirbrillig / phpcs-variable-analysis

Find undefined and unused variables with the PHP Codesniffer static analysis tool.
Other
135 stars 14 forks source link

Add readonly constructor promotion support #294

Closed sirbrillig closed 1 year ago

sirbrillig commented 1 year ago

This adds support for readonly constructor promotion.

Fixes https://github.com/sirbrillig/phpcs-variable-analysis/issues/290