@@ -182,7 +182,7 @@ |
||
182 | 182 | $listener = new class ($closure) extends ListenerAbstract implements ListenerInterface |
183 | 183 | { |
184 | 184 | const ERR_CLOSURE_ARG_MISSING = 'Listener closure required at least one Event argument'; |
185 | - const ERR_CLOSURE_ARG_INVALID ='Listener closure arg type should comply EventInterface'; |
|
185 | + const ERR_CLOSURE_ARG_INVALID = 'Listener closure arg type should comply EventInterface'; |
|
186 | 186 | |
187 | 187 | /** |
188 | 188 | * listener as closure |