| Total Complexity | 4 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | #[Attribute(Attribute::TARGET_PROPERTY)] |
||
| 12 | class Format extends AbstractRule |
||
| 13 | { |
||
| 14 | const MESSAGE = 'Invalid date/time format, use %s'; |
||
| 15 | |||
| 16 | public function __construct(private string $format, ?string $message = null) |
||
| 20 | } |
||
| 21 | |||
| 22 | public function isValid($input, array $context = []): bool |
||
| 33 |