Skip to content

Commit e0ec901

Browse files
committed
Fix deprecation
1 parent 63a4138 commit e0ec901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/ZookeeperStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function createConnection(string $dsn): \Zookeeper
5353
}
5454
}
5555

56-
return new \Zookeeper(implode($hosts, ','));
56+
return new \Zookeeper(implode(',', $hosts));
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)