Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53b7711

Browse files
committed
[-] remove unused break;
1 parent 2a6d133 commit 53b7711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cassandra/Database.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function connect() {
7373
switch($responseType) {
7474
case OpcodeEnum::ERROR:
7575
throw new ConnectionException($response->getData());
76-
break;
7776

7877
case OpcodeEnum::AUTHENTICATE:
7978
$nodeOptions = $this->connection->getNode()->getOptions();

0 commit comments

Comments
 (0)