We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a4138 commit e0ec901Copy full SHA for e0ec901
Store/ZookeeperStore.php
@@ -53,7 +53,7 @@ public static function createConnection(string $dsn): \Zookeeper
53
}
54
55
56
- return new \Zookeeper(implode($hosts, ','));
+ return new \Zookeeper(implode(',', $hosts));
57
58
59
/**
0 commit comments