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