@@ -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 | |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | /** |
72 | 72 | * {@inheritdoc} |
73 | 73 | */ |
74 | - public function setDefaultAddress(?AddressInterface $defaultAddress): void |
|
74 | + public function setDefaultAddress(?AddressInterface $defaultAddress) : void |
|
75 | 75 | { |
76 | 76 | $this->defaultAddress = $defaultAddress; |
77 | 77 | |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | /** |
128 | 128 | * {@inheritdoc} |
129 | 129 | */ |
130 | - public function setUser(?BaseUserInterface $user): void |
|
130 | + public function setUser(?BaseUserInterface $user) : void |
|
131 | 131 | { |
132 | 132 | if ($this->user === $user) { |
133 | 133 | return; |