Skip to content

Order update events #51

Order update events

Order update events #51

Triggered via pull request June 18, 2024 13:56
Status Failure
Total duration 2m 0s
Artifacts
Backwards Compatibility Check
1m 51s
Backwards Compatibility Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Backwards Compatibility Check: src/Controller/EditOrderAction.php#L18
The parameter $oldOrderProvider of Setono\SyliusOrderEditPlugin\Controller\EditOrderAction#__construct() changed from Setono\SyliusOrderEditPlugin\Preparer\OrderPreparerInterface to a non-contravariant Setono\SyliusOrderEditPlugin\Updated\OrderUpdaterInterface
Backwards Compatibility Check: src/Controller/EditOrderAction.php#L18
The parameter $updatedOrderProvider of Setono\SyliusOrderEditPlugin\Controller\EditOrderAction#__construct() changed from Setono\SyliusOrderEditPlugin\Provider\UpdatedOrderProviderInterface to a non-contravariant Symfony\Component\Routing\Generator\UrlGeneratorInterface
Backwards Compatibility Check: src/Controller/EditOrderAction.php#L18
The parameter $updatedOrderProcessor of Setono\SyliusOrderEditPlugin\Controller\EditOrderAction#__construct() changed from Setono\SyliusOrderEditPlugin\Processor\UpdatedOrderProcessorInterface to a non-contravariant Symfony\Component\HttpFoundation\RequestStack
Backwards Compatibility Check: src/Provider/UpdatedOrderProviderInterface.php#L13
The return type of Setono\SyliusOrderEditPlugin\Provider\UpdatedOrderProviderInterface#provideFromOldOrderAndRequest() changed from Sylius\Component\Core\Model\OrderInterface to Setono\SyliusOrderEditPlugin\Entity\EditableOrderInterface
Backwards Compatibility Check: src/Preparer/OrderPreparerInterface.php#L11
The return type of Setono\SyliusOrderEditPlugin\Preparer\OrderPreparerInterface#prepareToUpdate() changed from Sylius\Component\Core\Model\OrderInterface to Setono\SyliusOrderEditPlugin\Entity\EditableOrderInterface
Backwards Compatibility Check: src/Processor/UpdatedOrderProcessorInterface.php#L11
The return type of Setono\SyliusOrderEditPlugin\Processor\UpdatedOrderProcessorInterface#process() changed from Sylius\Component\Core\Model\OrderInterface to the non-covariant void
Backwards Compatibility Check: src/Processor/UpdatedOrderProcessorInterface.php#L11
The return type of Setono\SyliusOrderEditPlugin\Processor\UpdatedOrderProcessorInterface#process() changed from Sylius\Component\Core\Model\OrderInterface to void
Backwards Compatibility Check: src/Processor/UpdatedOrderProcessor.php#L20
The return type of Setono\SyliusOrderEditPlugin\Processor\UpdatedOrderProcessor#process() changed from Sylius\Component\Core\Model\OrderInterface to the non-covariant void
Backwards Compatibility Check: src/Entity/EditableOrderInterface.php#L9
Method isAlreadyPaid() was added to interface Setono\SyliusOrderEditPlugin\Entity\EditableOrderInterface
Backwards Compatibility Check
Process completed with exit code 3.