@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * {@inheritdoc} |
| 80 | 80 | * |
| 81 | 81 | * @link http://www.jsonrpc.org/specification#request_object |
| 82 | - * @param mixed $id |
|
| 82 | + * @param string $id |
|
| 83 | 83 | * @param string $method |
| 84 | 84 | * @param array $params |
| 85 | 85 | * @return RequestInterface |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | * {@inheritdoc} |
| 99 | 99 | * |
| 100 | 100 | * @param RequestInterface $request |
| 101 | - * @return ResponseInterface|null |
|
| 101 | + * @return \GuzzleHttp\Message\ResponseInterface|null |
|
| 102 | 102 | */ |
| 103 | 103 | public function send(RequestInterface $request) |
| 104 | 104 | { |