Completed
Pull Request — master (#3)
by Pavel
03:14
created
src/Bankiru/Api/Rpc/Tests/RpcTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
             $client->request(
48 48
                 'POST',
49 49
                 '/test/',
50
-                array_replace(['method' => 'test/method',], $args)
50
+                array_replace(['method' => 'test/method', ], $args)
51 51
             );
52 52
         } catch (InvalidMethodParametersException $e) {
53 53
             if ($valid) {
Please login to merge, or discard this patch.