syntro-opensource / silverstripe-phpstan

Extend PHPStan (PHP Static Analysis) to support SilverStripe projects
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Consider turning this into a proper phpstan extension #25

Open GuySartorelli opened 10 months ago

GuySartorelli commented 10 months ago

phpstan/extension-installer is used to automatically include phpstan extensions without having to manually add includes to a project's phpstan config, and has some clear steps for setting up a repository to be identified as an extension.

This repo is really cool - and could benefit from taking that extra step to being a "proper" phpstan extension. Once that's done, it would also be cool to add it to the list of phpstan extensions

mleutenegger commented 9 months ago

Hi @GuySartorelli that would be really interesting! I'll try and have a look at it over the next days 👍