@@ -55,7 +55,7 @@ |
||
55 | 55 | $obj = new stdClass(); |
56 | 56 | |
57 | 57 | $obj->segmentId = $this->segmentId; |
58 | - $obj->date = $this->date ? $this->date->format('c'): null; |
|
58 | + $obj->date = $this->date ? $this->date->format('c') : null; |
|
59 | 59 | $obj->total = $this->total; |
60 | 60 | |
61 | 61 | return $obj; |