shopware-rector icon indicating copy to clipboard operation
shopware-rector copied to clipboard

Rector rules for Shopware 6

Results 3 shopware-rector issues
Sort by recently updated
recently updated
newest added

### PHP Version 8.3 ### Shopware Version 6.4 -> 6.5 ### Plugin Version main ### Actual behaviour ```diff +use Namespace\Of\TheFile\Shopware\Core\Checkout\Cart\AbstractCartPersister; -class CartPersister implements CartPersisterInterface +class CartPersister extends AbstractCartPersister { -...

### Please describe the feature you would like to see implemented. It would be nice, if the old AbstractMessageHandler could be migrated to `AsMessageHandler` attribute

### Please describe the feature you would like to see implemented. See the following PR, the constants renamings are done in #56 however the `CartBehavior::isRecalculation` need to be implemented: https://github.com/shopware/shopware/commit/b34550b6f70443ed5b989fe4b37cc939b4cb185e