rector icon indicating copy to clipboard operation
rector copied to clipboard

fatal error with rector/rector:0.17.1

Open oknate opened this issue 2 years ago • 1 comments

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

  1. install using 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

  • Craft version: 4
  • PHP version: 8.1

oknate avatar Jun 28 '23 16:06 oknate

Thanks for reporting. Could you try with rector dev-main? I made few fixes, so it might require new Rector release :)

TomasVotruba avatar Jun 28 '23 17:06 TomasVotruba