| Total Complexity | 2 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 20 | final class AuthnContextDeclRef extends AbstractSamlElement  | 
            ||
| 21 | { | 
            ||
| 22 | use XMLStringElementTrait;  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 23 | |||
| 24 | |||
| 25 | /**  | 
            ||
| 26 | * @param string $content  | 
            ||
| 27 | */  | 
            ||
| 28 | public function __construct(string $content)  | 
            ||
| 31 | }  | 
            ||
| 32 | |||
| 33 | |||
| 34 | /**  | 
            ||
| 35 | * Validate the content of the element.  | 
            ||
| 36 | *  | 
            ||
| 37 | * @param string $content The value to go in the XML textContent  | 
            ||
| 38 | * @throws \Exception on failure  | 
            ||
| 39 | * @return void  | 
            ||
| 40 | */  | 
            ||
| 41 | protected function validateContent(string $content): void  | 
            ||
| 46 |