@@ -237,10 +237,10 @@ |
||
237 | 237 | */ |
238 | 238 | public function setBackwardDeliveryData($RedeliveryString, ?string $PayerType = null, ?string $CargoType = null): self |
239 | 239 | { |
240 | - if (! $PayerType) { |
|
240 | + if (!$PayerType) { |
|
241 | 241 | $PayerType = config('novaposhta.back_delivery_payer_type'); |
242 | 242 | } |
243 | - if (! $CargoType) { |
|
243 | + if (!$CargoType) { |
|
244 | 244 | $CargoType = config('novaposhta.back_delivery_cargo_type'); |
245 | 245 | } |
246 | 246 | $this->BackwardDeliveryData = [ |