Sylius / ShopApiPlugin

Shop API for Sylius.
https://sylius.com
129 stars 89 forks source link

OrderShipmentProcessor::process not compatible with OrderProcessorInterface::process #267

Closed cm-springlane closed 6 years ago

cm-springlane commented 6 years ago

Fatal Compile Error: Declaration of Sylius\ShopApiPlugin\Processor\OrderShipmentProcessor::process(Sylius\Component\Order\Model\OrderInterface $order) must be compatible with Sylius\Component\Order\Processor\OrderProcessorInterface::process(Sylius\Component\Order\Model\OrderInterface $order): void

Plugin version v1.0.0-beta.15, tested with Sylius version 1.0.7 and 1.1.2

cm-springlane commented 6 years ago

Just saw that this was fixed in later versions 👍