Skip to content

Commit a94e5df

Browse files
committed
More style fixes
1 parent 9173a70 commit a94e5df

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rdb/Handshake.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ public function nextMessage($response)
4646
. chr(0);
4747
} elseif ($this->state == 1) {
4848
if (strpos($response, "ERROR") === 0) {
49-
throw new RqlDriverError("Received an unexpected reply. You may be attempting to connect to "
50-
. "a RethinkDB server that is too old for this driver. The minimum "
51-
. "supported server version is 2.3.0.");
49+
throw new RqlDriverError(
50+
"Received an unexpected reply. You may be attempting to connect to "
51+
. "a RethinkDB server that is too old for this driver. The minimum "
52+
. "supported server version is 2.3.0."
53+
);
5254
}
5355

5456
$json = json_decode($response, true);

0 commit comments

Comments
 (0)