@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | public function call(string $method, $payload, int $flags = 0) |
48 | 48 | { |
49 | - $header = $method . pack('P', $this->seq); |
|
49 | + $header = $method.pack('P', $this->seq); |
|
50 | 50 | if (!$this->optimizedRelay) { |
51 | 51 | $this->relay->send($header, Relay::PAYLOAD_CONTROL | Relay::PAYLOAD_RAW); |
52 | 52 | } |