@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | */ |
55 | 55 | public function getCounterpartyType() |
56 | 56 | { |
57 | - if (! $this->counterpartyType) { |
|
57 | + if (!$this->counterpartyType) { |
|
58 | 58 | $this->counterpartyType = 'PrivatePerson'; |
59 | 59 | } |
60 | 60 | |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | return $this; |
75 | 75 | } |
76 | 76 | |
77 | - if (! $this->counterpartyProperty) { |
|
77 | + if (!$this->counterpartyProperty) { |
|
78 | 78 | $this->counterpartyProperty = 'Recipient'; |
79 | 79 | } |
80 | 80 |