Backward Incompatible Changes Only #8982
|
Hi,
Will require some developer time to manually check Each of the rule, according to https://www.php.net/manual/en/appendices.php if I it is really mandatory or not. Is there a way to add Subsets of rules as
|
Answered by
TomasVotruba
Jan 27, 2025
Replies: 1 comment 1 reply
|
Sorry guys, If something is not clear I can try and clarify. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for the ping.
You can build those test yourself or use https://github.com/PHPCompatibility/PHPCompatibility
We don't provide such sets by design, as they would create "the least worst" codebase possible :) that's the exact opposite of Rector's mission.
Instead strive to use the latest PHP features, to get the best out of performance and code quality 👍