@@ -260,6 +260,9 @@ |
||
260 | 260 | } |
261 | 261 | } |
262 | 262 | |
263 | + /** |
|
264 | + * @param integer $timestamp |
|
265 | + */ |
|
263 | 266 | private function createDateTime(?int $timestamp): ?DateTimeInterface |
264 | 267 | { |
265 | 268 | if ($timestamp > 0) { |