@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | */ |
165 | 165 | $this->getReturnAddressRef(); |
166 | 166 | |
167 | - if (! $this->Note) { |
|
167 | + if (!$this->Note) { |
|
168 | 168 | $this->methodProperties['Note'] = config('novaposhta.redirecting_note'); |
169 | 169 | } |
170 | 170 | } |
@@ -177,7 +177,7 @@ discard block |
||
177 | 177 | $this->getServiceType(); |
178 | 178 | $this->getRecipientData(); |
179 | 179 | |
180 | - if (! $this->Note) { |
|
180 | + if (!$this->Note) { |
|
181 | 181 | $this->methodProperties['Note'] = config('novaposhta.return_note'); |
182 | 182 | } |
183 | 183 | } |