@@ -278,6 +278,9 @@ |
||
278 | 278 | return true; |
279 | 279 | } |
280 | 280 | |
281 | + /** |
|
282 | + * @param string $format |
|
283 | + */ |
|
281 | 284 | private function normalizeDateTime(Options $options, \DateTimeInterface $value, $format) |
282 | 285 | { |
283 | 286 | return $value->format($format); |