Total Complexity | 6 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 86.67% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
7 | final class Date implements MappingStrategy, DefaultAttributesProvider |
||
8 | { |
||
9 | 5 | public static function hydrate(&$value, array $attributes = []): void |
|
21 | 2 | } |
|
22 | |||
23 | 3 | public static function extract(&$value, array $attributes = []): void |
|
29 | } |
||
30 | 3 | } |
|
31 | |||
32 | 5 | public static function getDefaultAttributes(): array |
|
41 |