Completed
Push — master ( 17da57...0d4fd4 )
by Denis
02:07
created
src/PhpJsonRpc/Client/AbstractTransport.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
      */
18 18
     public function __construct()
19 19
     {
20
-        $this->preRequest  = Interceptor::createBase();
20
+        $this->preRequest = Interceptor::createBase();
21 21
     }
22 22
 
23 23
     /**
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      */
38 38
     public function request(string $request): string
39 39
     {
40
-        $request  = $this->preRequest($request);
40
+        $request = $this->preRequest($request);
41 41
         return $this->send($request);
42 42
     }
43 43
 
Please login to merge, or discard this patch.