| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 60% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | trait TraitSupersededBy |
||
| 15 | { |
||
| 16 | use DaftObjectTrait; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return array<int, IntangibleClass|Enumeration|IntangibleProperty> |
||
| 20 | */ |
||
| 21 | 64 | public function GetSupersededBy() : array |
|
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param array<int, IntangibleClass|Enumeration|IntangibleProperty> $value |
||
| 37 | */ |
||
| 38 | public function SetSupersededBy(array $value) : void |
||
| 46 |