FriendsOfShopware/shopware-rector

shopware-rector breaks with rector/rector 0.17.1

Closed this issue · 2 comments

m-waes commented

PHP Version

No response

Shopware Version

No response

Actual behaviour

new RemoveMethodCallParam('Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection', 'merge', 1),
uses RemoveMethodCallParam which was removed with 0.17.1 (see https://github.com/rectorphp/rector/releases and rectorphp/rector-src#4119)

Expected behaviour

Quickest solution would be to adjust the README to explicitly require the working rector version composer req rector/rector:0.17.0 frosh/shopware-rector --dev

Steps to Reproduce?

Follow the README

shyim commented

They restored it again:
rectorphp/rector-src@282ba30

shyim commented