@@ -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\Model; |
15 | 15 | |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | /** |
38 | 38 | * {@inheritdoc} |
39 | 39 | */ |
40 | - public function setCustomer(?BaseCustomerInterface $customer): void |
|
40 | + public function setCustomer(?BaseCustomerInterface $customer) : void |
|
41 | 41 | { |
42 | 42 | $this->customer = $customer; |
43 | 43 | } |