| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class UTF8String extends PrimitiveString |
||
| 16 | { |
||
| 17 | use UniversalClass; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Constructor. |
||
| 21 | * |
||
| 22 | * @param string $string |
||
| 23 | */ |
||
| 24 | 6 | public function __construct(string $string) |
|
| 28 | 4 | } |
|
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | 6 | protected function _validateString(string $string): bool |
|
| 38 |