Completed
Push — master ( f111eb...21c735 )
by Gaetano
09:57
created
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.