Completed
Push — master ( 75a7c9...489ab6 )
by
unknown
26s queued 12s
created
src/RPC.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function call(string $method, $payload, int $flags = 0)
45 45
     {
46
-        $header = $method . pack('P', $this->seq);
46
+        $header = $method.pack('P', $this->seq);
47 47
         if (!$this->relay instanceof SendPackageRelayInterface) {
48 48
             $this->relay->send($header, Relay::PAYLOAD_CONTROL | Relay::PAYLOAD_RAW);
49 49
         }
Please login to merge, or discard this patch.