@@ -87,7 +87,6 @@ discard block |
||
| 87 | 87 | /** |
| 88 | 88 | * Set the to (Binding). |
| 89 | 89 | * |
| 90 | - * @param Binding $to |
|
| 91 | 90 | * @param string $name |
| 92 | 91 | * @param string $type direct, topic, headers or fanout |
| 93 | 92 | */ |
@@ -292,6 +291,9 @@ discard block |
||
| 292 | 291 | } |
| 293 | 292 | } |
| 294 | 293 | |
| 294 | + /** |
|
| 295 | + * @param string $routingKey |
|
| 296 | + */ |
|
| 295 | 297 | public function publish(Message $message, $routingKey, $mandatory = false, |
| 296 | 298 | $immediate = false, |
| 297 | 299 | $ticket = null) |
@@ -356,7 +356,6 @@ |
||
| 356 | 356 | |
| 357 | 357 | /** |
| 358 | 358 | * Set RabbitMq specific parameter : max length |
| 359 | - * @param int $ttl |
|
| 360 | 359 | * @return Queue |
| 361 | 360 | */ |
| 362 | 361 | public function setMaxLength($maxLength) { |