@@ -126,8 +126,8 @@ discard block |
||
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 |
||
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 | */ |
@@ -3,8 +3,8 @@ |
||
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 | { |