Completed
Push — master ( e39204...f92ba6 )
by Nathan
02:10
created
src/Native/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             'headers' => [
30 30
                 'Content-Type' => 'text/plain'
31 31
             ],
32
-            'auth' => [$this->rpc->getUser(), $this->rpc->getPassword()],
32
+            'auth' => [ $this->rpc->getUser(), $this->rpc->getPassword() ],
33 33
             'json' => $command
34 34
         ]);
35 35
     }
Please login to merge, or discard this patch.