diff --git a/src/Processor/PayPalAddressProcessor.php b/src/Processor/PayPalAddressProcessor.php index 7e48d29c..a8569f69 100644 --- a/src/Processor/PayPalAddressProcessor.php +++ b/src/Processor/PayPalAddressProcessor.php @@ -27,7 +27,7 @@ public function process(array $address, OrderInterface $order): void /** @var ?AddressInterface $orderAddress */ $orderAddress = $order->getShippingAddress(); - if (null == $orderAddress) { + if (null === $orderAddress) { return; }