@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | function($event) use ($namespace) { |
| 104 | 104 | $className = str_replace(' ', '', ucwords(str_replace(array('_', ':'), ' ', $event))); |
| 105 | 105 | |
| 106 | - return $namespace . $className . 'Event'; |
|
| 106 | + return $namespace.$className.'Event'; |
|
| 107 | 107 | }, |
| 108 | 108 | $eventNames |
| 109 | 109 | ); |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | $this->requestUuid |
| 151 | 151 | ); |
| 152 | 152 | } else { |
| 153 | - throw new \InvalidArgumentException('Unknown event type: ' . $this->eventName . '.'); |
|
| 153 | + throw new \InvalidArgumentException('Unknown event type: '.$this->eventName.'.'); |
|
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | if (null !== $this->eventDispatcher && $dispatch) { |