create-wordpress-plugin
create-wordpress-plugin copied to clipboard
Introduce a reusable Rector Configuration
Description
I would like to see Rector available for use in our code bases. Rector is an insanely powerful tool that can automate upgardes of our projects to new versions of PHP AND also write better/cleaner PHP code.
It does have some inclanations to do things in a PSR-4-manner with snakeCase variables but those are manageable. There are numerous benefits to allow a tool to handle PHP version upgrades for us.
Use Case
When a developer needs to upgrade to a new version of PHP, they can use Rector to run a command and upgrade them.