You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: