Completed
Push — master ( 82623c...565631 )
by Daniel
03:33
created
Rpc/Exception/RpcInvalidRequestException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
     const ERROR_CODE = -32600;
9 9
 
10
-    public function __construct($message = null,\Exception $previous = null)
10
+    public function __construct($message = null, \Exception $previous = null)
11 11
     {
12 12
         if (is_null($message)) {
13 13
             $message = 'Invalid Request';
Please login to merge, or discard this patch.