@@ -46,7 +46,7 @@ |
||
46 | 46 | public function getDate() |
47 | 47 | { |
48 | 48 | if ($timestamp = $this->getDatestamp()) { |
49 | - return new \DateTime('@' . $timestamp); |
|
49 | + return new \DateTime('@'.$timestamp); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | return null; |