Completed
Push — master ( cb42c4...b6f00f )
by Hanlin
07:30 queued 05:51
created
src/QueuePool.php 2 patches
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.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Wanghanlin\QueuePool;
4 4
 
5 5
 use Illuminate\Support\ProcessUtils;
6
-use Symfony\Component\Process\Process;
7 6
 use Symfony\Component\Process\PhpExecutableFinder;
7
+use Symfony\Component\Process\Process;
8 8
 
9 9
 class QueuePool
10 10
 {
Please login to merge, or discard this patch.