Completed
Pull Request — master (#58)
by Valentin
01:20 queued 11s
created
php-src/RPC.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     public function call(string $method, $payload, int $flags = 0)
44 44
     {
45
-        $header = $method . pack('P', $this->seq);
45
+        $header = $method.pack('P', $this->seq);
46 46
         if (!method_exists($this->relay, 'sendPackage')) {
47 47
             $this->relay->send($header, Relay::PAYLOAD_CONTROL | Relay::PAYLOAD_RAW);
48 48
         }
Please login to merge, or discard this patch.