Completed
Push — master ( a3ab94...21c1e2 )
by Rémi
03:56
created
src/Event/TransactionalEmitter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.