|
@@ -189,7 +189,7 @@ |
|
|
block discarded – undo |
|
189
|
189
|
$listener = new class ($closure) implements ListenerInterface |
|
190
|
190
|
{ |
|
191
|
191
|
const ERR_CLOSURE_ARG_MISSING = 'Listener closure required at least one Event argument'; |
|
192
|
|
- const ERR_CLOSURE_ARG_INVALID ='Listener closure arg type should comply EventInterface'; |
|
|
192
|
+ const ERR_CLOSURE_ARG_INVALID = 'Listener closure arg type should comply EventInterface'; |
|
193
|
193
|
|
|
194
|
194
|
/** |
|
195
|
195
|
* listener as closure |
Please login to merge, or discard this patch.