Completed
Push — master ( 84887e...5851f5 )
by Gaetano
07:25
created
Adapter/SQS/Producer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param string $queueName NB: complete queue name as used by SQS
52 51
      * @return Producer
53 52
      * @todo test that we can successfully send messages to 2 queues using the same SqsClient
54 53
      */
Please login to merge, or discard this patch.
Adapter/SQS/Driver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         $this->connections[$connectionId] = $params;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $connectionId
91
+     */
89 92
     protected function getConnectionConfig($connectionId)
90 93
     {
91 94
         if (!isset($this->connections[$connectionId])) {
Please login to merge, or discard this patch.