Completed
Push — master ( 3a9e02...ed265b )
by Pierre
03:47
created
src/App/Component/Pubsub/Dispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.