Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
60 | public function getWeight() |
||
61 | { |
||
62 | if (! $this->Weight) { |
||
63 | $this->Weight = config('novaposhta.weight'); |
||
64 | } |
||
65 | $this->methodProperties['Weight'] = $this->Weight; |
||
1 ignored issue
–
show
|
|||
66 | |||
67 | return $this; |
||
68 | } |
||
71 |