@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | |
78 | 78 | $this |
79 | 79 | ->setExternalId($data['id']) |
80 | - ->setFee(DandomainFoundation\createMoney((string)$currency, $data['fee'])) |
|
80 | + ->setFee(DandomainFoundation\createMoney((string) $currency, $data['fee'])) |
|
81 | 81 | ->setFeeInclVat($data['feeInclVat']) |
82 | 82 | ->setName($data['name']) |
83 | 83 | ; |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | */ |
91 | 91 | public function getId(): int |
92 | 92 | { |
93 | - return (int)$this->id; |
|
93 | + return (int) $this->id; |
|
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | */ |
109 | 109 | public function getExternalId(): int |
110 | 110 | { |
111 | - return (int)$this->externalId; |
|
111 | + return (int) $this->externalId; |
|
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | |
78 | 78 | $this |
79 | 79 | ->setExternalId($data['id']) |
80 | - ->setFee(DandomainFoundation\createMoney((string)$currency, $data['fee'])) |
|
80 | + ->setFee(DandomainFoundation\createMoney((string) $currency, $data['fee'])) |
|
81 | 81 | ->setFeeInclVat($data['feeInclVat']) |
82 | 82 | ->setName($data['name']) |
83 | 83 | ; |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | */ |
91 | 91 | public function getId(): int |
92 | 92 | { |
93 | - return (int)$this->id; |
|
93 | + return (int) $this->id; |
|
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | */ |
109 | 109 | public function getExternalId(): int |
110 | 110 | { |
111 | - return (int)$this->externalId; |
|
111 | + return (int) $this->externalId; |
|
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |