Thanks to visit codestin.com Credit goes to github.com
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 2a6d133 commit 53b7711Copy full SHA for 53b7711
Cassandra/Database.php
@@ -73,7 +73,6 @@ public function connect() {
73
switch($responseType) {
74
case OpcodeEnum::ERROR:
75
throw new ConnectionException($response->getData());
76
- break;
77
78
case OpcodeEnum::AUTHENTICATE:
79
$nodeOptions = $this->connection->getNode()->getOptions();
0 commit comments