extcode / cart

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57 stars 51 forks source link

[TASK] Change rector configuration and run #531

Closed extcode closed 5 months ago

extcode commented 5 months ago

I added two rector rules to skip list, because they change the order of constructor arguments or replace injector methods in the abstract ActionController class.

Fixes: #530