Completed
Push — master ( 122723...2f3fe5 )
by Gaetano
05:38
created
Adapter/Kinesis/Driver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
         return $consumer;
19 19
     }
20 20
 
21
+    /**
22
+     * @param string $queueName
23
+     */
21 24
     protected function getQueueCallback($queueName)
22 25
     {
23 26
         $callbacks = $this->container->getParameter('kaliop_queueing_kinesis.default.consumers');
Please login to merge, or discard this patch.