We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d7de0 commit 1c2f8c7Copy full SHA for 1c2f8c7
pkg/enqueue/Client/Driver/StompManagementClient.php
@@ -37,7 +37,7 @@ public function declareExchange(string $name, array $options)
37
return $this->client->exchanges()->create($this->vhost, $name, $options);
38
}
39
40
- public function bind(string $exchange, string $queue, string $routingKey = null, $arguments = null): array
+ public function bind(string $exchange, string $queue, string $routingKey = null, $arguments = null)
41
{
42
return $this->client->bindings()->create($this->vhost, $exchange, $queue, $routingKey, $arguments);
43
0 commit comments