Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
72 | public function getWarehouse() |
||
73 | { |
||
74 | if ($this->Warehouse) { |
||
75 | $this->methodProperties['Warehouse'] = 1; |
||
1 ignored issue
–
show
|
|||
76 | } |
||
77 | |||
78 | return $this; |
||
79 | } |
||
105 |