@@ -86,7 +86,7 @@ |
||
86 | 86 | public function serialize() |
87 | 87 | { |
88 | 88 | $serializedTimestamps = array_map( |
89 | - function (Timestamp $timestamp) { |
|
89 | + function(Timestamp $timestamp) { |
|
90 | 90 | return $timestamp->serialize(); |
91 | 91 | }, |
92 | 92 | $this->timestamps |