| Total Complexity | 1 | 
| Total Lines | 25 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 17 | trait URIElementTrait  | 
            ||
| 18 | { | 
            ||
| 19 | use BaseURIElementTrait;  | 
            ||
| 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  | 
            ||
| 44 |