| @@ -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 | */ |