@@ -307,6 +307,9 @@ |
||
307 | 307 | return true; |
308 | 308 | } |
309 | 309 | |
310 | + /** |
|
311 | + * @param string $format |
|
312 | + */ |
|
310 | 313 | private function normalizeDateTime(Options $options, \DateTimeInterface $value, $format): string |
311 | 314 | { |
312 | 315 | return $value->format($format); |