| Total Complexity | 2 | 
| Total Lines | 17 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 12 | trait EntitiesTrait  | 
            ||
| 13 | { | 
            ||
| 14 | /** @var string */  | 
            ||
| 15 | private static string $entities_regex = '/^([a-zA-Z_][\w.-]*)([\s][a-zA-Z_][\w.-]*)*$/Du';  | 
            ||
| 16 | |||
| 17 | |||
| 18 | /**  | 
            ||
| 19 | * @param string $value  | 
            ||
| 20 | * @param string $message  | 
            ||
| 21 | */  | 
            ||
| 22 | protected static function validEntities(string $value, string $message = ''): void  | 
            ||
| 32 |