sirbrillig / phpcs-changed

🐘 Run phpcs on files and only report new warnings/errors compared to the previous version.
MIT License
31 stars 11 forks source link

Improve developer static analysis #59

Closed sirbrillig closed 2 years ago

sirbrillig commented 2 years ago

The version of phpstan used by this package to perform static analysis of the code was very old. This PR updates it to the latest version and fixes a bunch of issues it discovered along the way.