Completed
Pull Request — dev (#39)
by nonanerz
04:41
created
src/AppBundle/Entity/DTO/DtoEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.