-
Notifications
You must be signed in to change notification settings - Fork 160
AC-2724: Update rector dependency to the latest version #384
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
AC-2724: Update rector dependency to the latest version #384
Conversation
@@ -8,7 +8,7 @@ | |||
use Rector\Core\ValueObject\PhpVersion; | |||
use Rector\Php80\Rector\Class_\StringableForToStringRector; | |||
use Rector\Php80\Rector\ClassMethod\FinalPrivateToPrivateVisibilityRector; | |||
use Rector\Php80\Rector\ClassMethod\OptionalParametersAfterRequiredRector; | |||
use Rector\CodeQuality\Rector\ClassMethod\OptionalParametersAfterRequiredRector; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eliseacornejo will this change work if by any chance rector 0.12.4 is installed? I would upgrade the minimum rector version specified in composer.json
to ^0.12.17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you are totally right, this is not going to work on 0.12.4 I will do the change!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@magento import pr to magento-commerce/magento-coding-standard |
@eliseacornejo the Pull Request is successfully imported. |
This PR is to resolve this issue: AC-2724.
This is the PR in rector with all the explanation of why this rule was moved to other place:
https://github.com/rectorphp/rector-src/pull/1814/files