@@ -9,6 +9,6 @@ |
||
9 | 9 | { |
10 | 10 | public static function forEvent(string $eventId, AudienceType $audienceType) |
11 | 11 | { |
12 | - return new self('Audience type ' . $audienceType->toNative() . ' is incompatible with event ' . $eventId); |
|
12 | + return new self('Audience type '.$audienceType->toNative().' is incompatible with event '.$eventId); |
|
13 | 13 | } |
14 | 14 | } |