Skip to content

Commit 3a6e8b5

Browse files
committed
- Fixes
1 parent c56df00 commit 3a6e8b5

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"minimum-stability": "dev",
66
"license": "MIT",
7-
"version": "2.2.1",
7+
"version": "2.2.2",
88
"require": {
99
"php": "^7.1"
1010
},

src/Nats/Php71RandomGenerator.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/Nats/ServerInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function __construct($connectionResponse)
128128
$this->setTLSVerify($data['tls_verify'] ?? false);
129129
$this->setMaxPayload($data['max_payload']);
130130

131-
$this->setProtocol($data['proto'] ?? 0);
131+
$this->setProto($data['proto'] ?? 0);
132132
$this->setClientId($data['client_id'] ?? null);
133133
$this->setJetstream($data['jetstream'] ?? 0);
134134

0 commit comments

Comments
 (0)