Completed
Push — master ( 0742f0...3a9e02 )
by Pierre
03:46
created
src/App/Component/Pubsub/Dispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.