| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | #[Attribute(Attribute::TARGET_PROPERTY)] |
||
| 12 | final class ListOption extends AbstractOption |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @codeCoverageIgnore just implements interface, not need in processing |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | public function getNormalizer(): string |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritDoc} |
||
| 25 | */ |
||
| 26 | 58 | public function getAction(): OptionsResolver\ActionsEnum |
|
| 31 |