@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | } |
| 243 | 243 | |
| 244 | 244 | /** |
| 245 | - * @param $timeout |
|
| 245 | + * @param integer $timeout |
|
| 246 | 246 | * |
| 247 | 247 | * @throws \Exception |
| 248 | 248 | */ |
@@ -291,7 +291,7 @@ discard block |
||
| 291 | 291 | /** |
| 292 | 292 | * @param AMQPMessage $message |
| 293 | 293 | * |
| 294 | - * @return array |
|
| 294 | + * @return string[] |
|
| 295 | 295 | * |
| 296 | 296 | * @throws \OutOfBoundsException |
| 297 | 297 | */ |
@@ -140,7 +140,7 @@ discard block |
||
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | /** |
| 143 | - * @param array $exchangeInformation |
|
| 143 | + * @param string[] $exchangeInformation |
|
| 144 | 144 | * |
| 145 | 145 | * @throws AssertionFailedException |
| 146 | 146 | */ |
@@ -180,7 +180,7 @@ discard block |
||
| 180 | 180 | } |
| 181 | 181 | |
| 182 | 182 | /** |
| 183 | - * @param array $exchangeInformation |
|
| 183 | + * @param string[] $exchangeInformation |
|
| 184 | 184 | * @param OutputInterface $output |
| 185 | 185 | */ |
| 186 | 186 | private function bindExchange(array $exchangeInformation, OutputInterface $output) |
@@ -207,7 +207,7 @@ discard block |
||
| 207 | 207 | |
| 208 | 208 | /** |
| 209 | 209 | * @param string $exchangeName |
| 210 | - * @param array $queueInformation |
|
| 210 | + * @param string[] $queueInformation |
|
| 211 | 211 | * @param OutputInterface $output |
| 212 | 212 | */ |
| 213 | 213 | private function bindQueue( |