| Total Complexity | 1 | 
| Total Lines | 16 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 16 | final class AffiliateMember extends AbstractMdElement  | 
            ||
| 17 | { | 
            ||
| 18 | use XMLStringElementTrait;  | 
            ||
| 
                                                                                                    
                         1 ignored issue 
                            –
                            show
                         | 
                |||
| 19 | |||
| 20 | |||
| 21 | /**  | 
            ||
| 22 | * Validate the content of the element.  | 
            ||
| 23 | *  | 
            ||
| 24 | * @param string $content The value to go in the XML textContent  | 
            ||
| 25 | * @throws \Exception on failure  | 
            ||
| 26 | * @return void  | 
            ||
| 27 | */  | 
            ||
| 28 | protected function validateContent(string $content): void  | 
            ||
| 34 |