| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 35 | public function getOptionsSeat() |
||
| 36 | { |
||
| 37 | if (! $this->OptionsSeat) { |
||
| 38 | $this->OptionsSeat[] = config('novaposhta.options_seat')[10]; |
||
| 39 | } |
||
| 40 | $this->methodProperties['OptionsSeat'] = $this->OptionsSeat; |
||
|
1 ignored issue
–
show
|
|||
| 41 | |||
| 42 | return $this; |
||
| 43 | } |
||
| 71 |