We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0551396 commit 7d96362Copy full SHA for 7d96362
1 file changed
src/Databags/ServerInfo.php
@@ -61,7 +61,7 @@ public function toArray(): array
61
{
62
return [
63
'address' => $this->address,
64
- 'protocol' => $this->protocol,
+cc 'protocolVersion' => $this->protocol,
65
'agent' => $this->agent,
66
];
67
}
0 commit comments