@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Component\Core\Customer; |
15 | 15 | |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * @param CustomerInterface $customer |
52 | 52 | * @param AddressInterface|null $address |
53 | 53 | */ |
54 | - private function addAddress(CustomerInterface $customer, ?AddressInterface $address): void |
|
54 | + private function addAddress(CustomerInterface $customer, ?AddressInterface $address) : void |
|
55 | 55 | { |
56 | 56 | if (null !== $address) { |
57 | 57 | $this->addressAdder->add($customer, clone $address); |