create-wordpress-plugin icon indicating copy to clipboard operation
create-wordpress-plugin copied to clipboard

Introduce a reusable Rector Configuration

Open srtfisher opened this issue 1 year ago • 0 comments

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.

srtfisher avatar Mar 06 '24 15:03 srtfisher