We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
not compatible with rector/rector:0.17.1 https://github.com/craftcms/rector/actions/runs/5268744494/jobs/9525881470
can be run if you downgrade ddev composer require rector/rector:0.17.0 --dev
ddev composer require rector/rector:0.17.0 --dev
[ERROR] Class "Rector\Arguments\ValueObject\RemoveMethodCallParam" not found
composer require craftcms/rector:dev-main --dev
vendor/bin/rector process src --config vendor/craftcms/rector/sets/craft-cms-40.php
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Could you try with rector dev-main? I made few fixes, so it might require new Rector release :)
Sorry, something went wrong.
No branches or pull requests
Description
not compatible with rector/rector:0.17.1
https://github.com/craftcms/rector/actions/runs/5268744494/jobs/9525881470
can be run if you downgrade
ddev composer require rector/rector:0.17.0 --dev
[ERROR] Class "Rector\Arguments\ValueObject\RemoveMethodCallParam" not found
Steps to reproduce
composer require craftcms/rector:dev-main --dev
2.Run
vendor/bin/rector process src --config vendor/craftcms/rector/sets/craft-cms-40.php
Additional info
The text was updated successfully, but these errors were encountered: