| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | trait URIElementTrait |
||
| 19 | { |
||
| 20 | use BaseURIElementTrait; |
||
| 21 | |||
| 22 | |||
| 23 | /** |
||
| 24 | * Validate the content of the element. |
||
| 25 | * |
||
| 26 | * @param string $content The value to go in the XML textContent |
||
| 27 | * @throws \Exception on failure |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | protected function validateContent(string $content): void |
||
| 43 |