Completed
Branch master (23f61a)
by Hanlin
03:31
created
src/QueuePool.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -126,8 +126,8 @@  discard block
 block discarded – undo
126 126
     /**
127 127
      * Create an array of Symfony processes.
128 128
      *
129
-     * @param $connection
130
-     * @param $queue
129
+     * @param string $connection
130
+     * @param string $queue
131 131
      * @param QueuePoolOption $options
132 132
      * @return array
133 133
      */
@@ -188,9 +188,9 @@  discard block
 block discarded – undo
188 188
     /**
189 189
      * Format the given command with the listener options.
190 190
      *
191
-     * @param $command
192
-     * @param $connection
193
-     * @param $queue
191
+     * @param string $command
192
+     * @param string $connection
193
+     * @param string $queue
194 194
      * @param QueuePoolOption $options
195 195
      * @return string
196 196
      */
Please login to merge, or discard this patch.