Completed
Pull Request — master (#261)
by Luc
04:43
created
src/Event/Event.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     ) {
93 93
         if (!is_string($eventId)) {
94 94
             throw new \InvalidArgumentException(
95
-                'Expected eventId to be a string, received ' . gettype($eventId)
95
+                'Expected eventId to be a string, received '.gettype($eventId)
96 96
             );
97 97
         }
98 98
 
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
      */
244 244
     public function applyAudienceUpdated(AudienceUpdated $audienceUpdated)
245 245
     {
246
-        $this->audience= $audienceUpdated->getAudience();
246
+        $this->audience = $audienceUpdated->getAudience();
247 247
     }
248 248
 
249 249
     /**
Please login to merge, or discard this patch.