@@ -86,7 +86,6 @@ discard block |
||
| 86 | 86 | /** |
| 87 | 87 | * Set the to (Binding). |
| 88 | 88 | * |
| 89 | - * @param Client $to |
|
| 90 | 89 | * @param string $name |
| 91 | 90 | * @param string $type direct, topic, headers or fanout |
| 92 | 91 | */ |
@@ -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) |
@@ -133,7 +133,6 @@ discard block |
||
| 133 | 133 | /** |
| 134 | 134 | * Set the source (Binding). |
| 135 | 135 | * |
| 136 | - * @param Binding $source |
|
| 137 | 136 | * @param string $name |
| 138 | 137 | * @param ConsumerInterface[] $consumers |
| 139 | 138 | */ |
@@ -454,7 +453,6 @@ discard block |
||
| 454 | 453 | /** |
| 455 | 454 | * Set RabbitMq specific parameter : max length. |
| 456 | 455 | * |
| 457 | - * @param int $ttl |
|
| 458 | 456 | * |
| 459 | 457 | * @return Queue |
| 460 | 458 | */ |