Completed
Push — master ( 25ba26...942c9a )
by dan
02:00
created
Channel/EventChannel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
         $this->format($notification);
26 26
     }
27 27
 
28
+    /**
29
+     * @param string $key
30
+     */
28 31
     public function setDispatchers($key, MessageDispatcherInterface $dispatcher)
29 32
     {
30 33
         $this->dispatchers[$key] = $dispatcher;
Please login to merge, or discard this patch.