| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | trait HasHeights |
||
| 14 | { |
||
| 15 | use DaftObjectTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return array<int, Distance|QuantitativeValue> |
||
| 19 | */ |
||
| 20 | 166 | public function GetHeight() : array |
|
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param array<int, Distance|QuantitativeValue> $value |
||
| 36 | */ |
||
| 37 | 5 | public function SetHeight(array $value) : void |
|
| 48 |