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