Skip to content

Commit 5a6bac7

Browse files
committed
fix test.
1 parent bc9f706 commit 5a6bac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/enqueue/Client/Driver/StompManagementClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function declareExchange(string $name, array $options)
3737
return $this->client->exchanges()->create($this->vhost, $name, $options);
3838
}
3939

40-
public function bind(string $exchange, string $queue, string $routingKey = null, $arguments = null): array
40+
public function bind(string $exchange, string $queue, string $routingKey = null, $arguments = null)
4141
{
4242
return $this->client->bindings()->create($this->vhost, $exchange, $queue, $routingKey, $arguments);
4343
}

0 commit comments

Comments
 (0)