@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | */ |
70 | 70 | public function getId(): int |
71 | 71 | { |
72 | - return (int)$this->id; |
|
72 | + return (int) $this->id; |
|
73 | 73 | } |
74 | 74 | |
75 | 75 | /** |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | */ |
88 | 88 | public function getExternalId(): string |
89 | 89 | { |
90 | - return (string)$this->externalId; |
|
90 | + return (string) $this->externalId; |
|
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | */ |
119 | 119 | public function getId(): int |
120 | 120 | { |
121 | - return (int)$this->id; |
|
121 | + return (int) $this->id; |
|
122 | 122 | } |
123 | 123 | |
124 | 124 | /** |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | */ |
227 | 227 | public function getTotalPrice() |
228 | 228 | { |
229 | - return DandomainFoundation\createMoney((string)$this->getOrder()->getCurrencyCode(), (int)$this->totalPrice); |
|
229 | + return DandomainFoundation\createMoney((string) $this->getOrder()->getCurrencyCode(), (int) $this->totalPrice); |
|
230 | 230 | } |
231 | 231 | |
232 | 232 | /** |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | */ |
246 | 246 | public function getUnitPrice() |
247 | 247 | { |
248 | - return DandomainFoundation\createMoney((string)$this->getOrder()->getCurrencyCode(), (int)$this->unitPrice); |
|
248 | + return DandomainFoundation\createMoney((string) $this->getOrder()->getCurrencyCode(), (int) $this->unitPrice); |
|
249 | 249 | } |
250 | 250 | |
251 | 251 | /** |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | */ |
75 | 75 | public function getId(): int |
76 | 76 | { |
77 | - return (int)$this->id; |
|
77 | + return (int) $this->id; |
|
78 | 78 | } |
79 | 79 | |
80 | 80 | /** |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | */ |
93 | 93 | public function getExternalId(): string |
94 | 94 | { |
95 | - return (string)$this->externalId; |
|
95 | + return (string) $this->externalId; |
|
96 | 96 | } |
97 | 97 | |
98 | 98 | /** |