@@ -49,7 +49,7 @@ |
||
49 | 49 | $description = json_decode($this->description, true); |
50 | 50 | |
51 | 51 | return [ |
52 | - 'user' => (int)$description['user'], |
|
52 | + 'user' => (int) $description['user'], |
|
53 | 53 | 'title' => $this->summary, |
54 | 54 | 'description' => $description['description'], |
55 | 55 | 'location' => $this->location, |