@@ -167,7 +167,7 @@ |
||
167 | 167 | |
168 | 168 | if (!$event instanceof EventInterface) { |
169 | 169 | throw new \InvalidArgumentException( |
170 | - 'Events should be provides as Event instances or string, received type: '.gettype($event) |
|
170 | + 'Events should be provides as Event instances or string, received type: ' . gettype($event) |
|
171 | 171 | ); |
172 | 172 | } |
173 | 173 |