Completed
Push — master ( e749a0...dea784 )
by
unknown
40s queued 38s
created
php-src/RPC.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.