From 74986304bf9207ef122a490285276182b13de4fa Mon Sep 17 00:00:00 2001 From: dongwei <838456736@qq.com> Date: Thu, 24 Jan 2019 14:25:56 +0800 Subject: [PATCH] del error doc --- src/Server/JsonRpcMethod.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Server/JsonRpcMethod.php b/src/Server/JsonRpcMethod.php index 4f280bc..a5ca9ef 100644 --- a/src/Server/JsonRpcMethod.php +++ b/src/Server/JsonRpcMethod.php @@ -25,11 +25,6 @@ class JsonRpcMethod extends JsonRpcBase ]; } - /** - * @param $code - * @param $msg - * @return array - */ public function error($code, $msg) {