@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | */ |
268 | 268 | public function getId(): int |
269 | 269 | { |
270 | - return (int)$this->id; |
|
270 | + return (int) $this->id; |
|
271 | 271 | } |
272 | 272 | |
273 | 273 | /** |
@@ -285,7 +285,7 @@ discard block |
||
285 | 285 | */ |
286 | 286 | public function getExternalId(): int |
287 | 287 | { |
288 | - return (int)$this->externalId; |
|
288 | + return (int) $this->externalId; |
|
289 | 289 | } |
290 | 290 | |
291 | 291 | /** |
@@ -303,7 +303,7 @@ discard block |
||
303 | 303 | */ |
304 | 304 | public function getNumber(): string |
305 | 305 | { |
306 | - return (string)$this->number; |
|
306 | + return (string) $this->number; |
|
307 | 307 | } |
308 | 308 | |
309 | 309 | /** |