| Total Complexity | 4 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class TagEnumeration extends Tag |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @return mixed |
||
| 13 | */ |
||
| 14 | 4 | public function getValue() |
|
| 17 | } |
||
| 18 | |||
| 19 | 4 | public function getRestrictionParent(): ?TagRestriction |
|
| 20 | { |
||
| 21 | 4 | return $this->getStrictParent(AbstractDocument::TAG_RESTRICTION); |
|
|
|
|||
| 22 | } |
||
| 23 | |||
| 24 | 2 | public function getRestrictionParentType(): string |
|
| 30 | } |
||
| 31 | } |
||
| 32 |