Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a reusable Rector Configuration #330

Open
srtfisher opened this issue Mar 6, 2024 · 0 comments · May be fixed by #426
Open

Introduce a reusable Rector Configuration #330

srtfisher opened this issue Mar 6, 2024 · 0 comments · May be fixed by #426
Assignees
Labels
enhancement New feature or request php Requires understanding PHP

Comments

@srtfisher
Copy link
Member

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 srtfisher added the enhancement New feature or request label Mar 6, 2024
@kevinfodness kevinfodness added the php Requires understanding PHP label Apr 17, 2024
@srtfisher srtfisher linked a pull request Feb 13, 2025 that will close this issue
@srtfisher srtfisher self-assigned this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request php Requires understanding PHP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants