Completed
Pull Request — master (#3)
by Pavel
05:24
created
src/Bankiru/Api/JsonRpc/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.