Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class ReducedDerivationControlValue extends DerivationControlValue |
||
17 | { |
||
18 | /** |
||
19 | * Validate the value. |
||
20 | * |
||
21 | * @param string $value The value |
||
22 | * @throws \SimpleSAML\XMLSchema\Exception\SchemaViolationException on failure |
||
23 | * @return void |
||
24 | */ |
||
25 | protected function validateValue(string $value): void |
||
40 |