Replies: 2 comments 3 replies
|
It seems that there is no separate set that includes only rules for fixing deprecation errors. |
1 reply
|
This is especially needed in larger companies/corporations, where deploys are frequently 2-phase workflows:
Only the last step lets you use the new language features. The ideal solution: run rector with a Workaround: I currently pass the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to migrate some PHP projects from 7.4 to 8.1 version with Rector and it is a fantastic tool, but I have a little problem.
When I execute rector it modifies a lot of files by different rules, but I don't want apply the most of these changes.
¿Are any way to only apply the necessary changes (the deprecations) in a migration from PHP 7.4 to PHP 8.1 ?
Thank you very much.
All reactions