Total Complexity | 4 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 90% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
7 | final class Text implements MappingStrategy |
||
8 | { |
||
9 | 14 | public static function hydrate(&$value, array $attributes = []): void |
|
12 | 14 | } |
|
13 | |||
14 | 7 | public static function extract(&$value, array $attributes = []): void |
|
17 | 7 | } |
|
18 | |||
19 | 17 | private static function trimString($value, array $attributes = []): string |
|
28 |