| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class HMACOutputLengthValue extends IntegerValue |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Validate the value. |
||
| 17 | * |
||
| 18 | * @param string $value |
||
| 19 | * @throws \SimpleSAML\XML\Exception\SchemaViolationException on failure |
||
| 20 | * @throws \SimpleSAML\XMLSecurity\Exception\ProtocolViolationException when not devisible by 8 |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | protected function validateValue(string $value): void |
||
| 29 |