Completed
Push — master ( 4a7116...8340e0 )
by Pavel
11:00
created
Exception/RpcMethodNotFoundException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             );
37 37
     }
38 38
 
39
-    /** @return JsonRpcErrorInterface */
39
+    /** @return JsonRpcRequestInterface */
40 40
     public function getJsonRpcError()
41 41
     {
42 42
         return $this->error;
Please login to merge, or discard this patch.
Test/Tests/JsonRpcTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     }
15 15
 
16 16
     /**
17
-     * @param        $endpoint
17
+     * @param        string $endpoint
18 18
      * @param Client $client
19 19
      * @param        $requests
20 20
      *
Please login to merge, or discard this patch.