| Total Complexity | 4 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | #[Attribute(Attribute::TARGET_PROPERTY)] |
||
| 14 | final class EnumOption extends AbstractOption |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param class-string<object> $value |
||
|
|
|||
| 18 | * @throws PohodaException |
||
| 19 | */ |
||
| 20 | 117 | public function __construct( |
|
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @codeCoverageIgnore just implements interface, not need in processing |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | public function getNormalizer(): string |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritDoc} |
||
| 40 | */ |
||
| 41 | 116 | public function getAction(): OptionsResolver\ActionsEnum |
|
| 46 |