Completed
Push — master ( cc88f5...694b48 )
by Kristof
22s queued 10s
created
src/Event/ReadModel/JSONLD/RelatedEventLDProjector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     {
103 103
         $this->updateJSONLD(
104 104
             $eventId,
105
-            function ($eventLd) use ($organizerJSONLD) {
105
+            function($eventLd) use ($organizerJSONLD) {
106 106
                 $eventLd->organizer = $organizerJSONLD;
107 107
             }
108 108
         );
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     {
113 113
         $this->updateJSONLD(
114 114
             $eventId,
115
-            function ($eventLd) use ($placeJSONLD) {
115
+            function($eventLd) use ($placeJSONLD) {
116 116
                 $eventLd->location = $placeJSONLD;
117 117
             }
118 118
         );
Please login to merge, or discard this patch.