| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class DateTimeStrategy extends AbstractConstraintStrategy |
||
| 19 | { |
||
| 20 | 1 | protected function generateArguments(array $config): array |
|
| 26 | } |
||
| 27 | |||
| 28 | 1 | protected function getValidatorProperty(): string |
|
| 29 | { |
||
| 30 | 1 | return 'datetime'; |
|
| 31 | } |
||
| 32 | |||
| 33 | 1 | protected function getAttributeClassName(): string |
|
| 36 | } |
||
| 37 | } |
||
| 38 |