| Conditions | 6 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 35 | public function getSender(): void |
||
| 36 | { |
||
| 37 | $this->methodProperties['Sender'] = $this->Sender ?: config('novaposhta.sender'); |
||
| 38 | $this->methodProperties['CitySender'] = $this->CitySender ?: config('novaposhta.city_sender'); |
||
| 39 | $this->methodProperties['SenderAddress'] = $this->SenderAddress ?: config('novaposhta.sender_address'); |
||
| 40 | $this->methodProperties['ContactSender'] = $this->ContactSender ?: config('novaposhta.contact_sender'); |
||
| 41 | $this->methodProperties['SendersPhone'] = $this->SendersPhone ?: config('novaposhta.senders_phone'); |
||
| 42 | } |
||
| 44 |