Completed
Push — master ( 24a09a...926859 )
by Gaetano
02:05
created
Adapter/Stomp/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
      * @param string $routingKey
118 118
      * @return Consumer
119 119
      */
120
-    public function createConsumer($queueName, $queueDestination, $connectionId, $subscriptionName, $callback=null, $routingKey=null)
120
+    public function createConsumer($queueName, $queueDestination, $connectionId, $subscriptionName, $callback = null, $routingKey = null)
121 121
     {
122 122
         $class = $this->container->getParameter('kaliop_queueing.stomp.consumer.class');
123 123
         $consumer = new $class($this->getConnectionConfig($connectionId));
Please login to merge, or discard this patch.