We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f6e76 commit 53d56f8Copy full SHA for 53d56f8
src/protocol/V3.php
@@ -73,7 +73,7 @@ public function run(...$args): array
73
$this->write($this->packer->pack(
74
0x10,
75
$args[0],
76
- (object)($args[1] ?? []),
+ $args[1] ?? [],
77
(object)($args[2] ?? [])
78
));
79
$message = $this->read($signature);
0 commit comments