@@ -73,7 +73,7 @@ |
||
73 | 73 | */ |
74 | 74 | public function validate(string $field, $value, Validator $validator): bool |
75 | 75 | { |
76 | - if (empty($value)) { |
|
76 | + if (empty($value)) { |
|
77 | 77 | return true; |
78 | 78 | } |
79 | 79 | $dateValue = date_create_from_format($this->format, (string) $value); |