Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit ae3ccd9

Browse files
author
tomponline
committed
whitespace
1 parent 3ec3406 commit ae3ccd9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Nats/Connection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,7 @@ function ($errno, $errstr, $errfile, $errline) {
462462

463463
if (!stream_socket_enable_crypto(
464464
$this->streamSocket, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)) {
465-
throw Exception::forFailedConnection(
466-
'Error negotiating crypto');
465+
throw Exception::forFailedConnection('Error negotiating crypto');
467466
}
468467

469468
restore_error_handler();

0 commit comments

Comments
 (0)