Skip to content

Commit b177a56

Browse files
committed
Apply coding standard fixes
1 parent 2c5cf15 commit b177a56

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

OrderProcessing/ShippingChargesProcessor.php

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function process(BaseOrderInterface $order): void
6363
'shippingMethodName' => $shippingMethod->getName(),
6464
]);
6565

66-
6766
$shipment->addAdjustment($adjustment);
6867
} catch (UndefinedShippingMethodException $exception) {
6968
}

Repository/OrderRepositoryInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use Sylius\Component\Core\Model\ChannelInterface;
1818
use Sylius\Component\Core\Model\CustomerInterface;
1919
use Sylius\Component\Core\Model\OrderInterface;
20-
use Sylius\Component\Order\Model\OrderInterface as BaseOrderInterface;
2120
use Sylius\Component\Core\Model\PromotionCouponInterface;
21+
use Sylius\Component\Order\Model\OrderInterface as BaseOrderInterface;
2222
use Sylius\Component\Order\Repository\OrderRepositoryInterface as BaseOrderRepositoryInterface;
2323

2424
interface OrderRepositoryInterface extends BaseOrderRepositoryInterface

0 commit comments

Comments
 (0)