| Total Complexity | 6 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 86.67% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 11 | final class Date implements MappingStrategy, DefaultAttributesProvider |
||
| 12 | { |
||
| 13 | 4 | public static function hydrate(&$value, array $attributes = []): void |
|
| 25 | 2 | } |
|
| 26 | |||
| 27 | 3 | public static function extract(&$value, array $attributes = []): void |
|
| 33 | } |
||
| 34 | 3 | } |
|
| 35 | |||
| 36 | 5 | public static function getDefaultAttributes(): array |
|
| 45 |