| @@ -92,7 +92,7 @@ discard block | ||
| 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 | ||
| 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 | /** |