Completed
Pull Request — master (#6)
by
unknown
06:56
created
src/Lrqdo/Bundle/RabbitMqSynchronizerBundle/SynchronousRabbitMq/Broker.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
         }
32 32
     }
33 33
 
34
+    /**
35
+     * @param string $routingKey
36
+     */
34 37
     public function notifyConsumers($routingKey, AMQPMessageEvent $event)
35 38
     {
36 39
         $this->dispatcher->dispatch($routingKey, $event);
Please login to merge, or discard this patch.