@@ -41,10 +41,10 @@ |
||
41 | 41 | |
42 | 42 | /** |
43 | 43 | * @param string $method |
44 | - * @param null $uri |
|
44 | + * @param string $uri |
|
45 | 45 | * @param array $options |
46 | 46 | * |
47 | - * @return mixed|\Psr\Http\Message\ResponseInterface |
|
47 | + * @return \Psr\Http\Message\ResponseInterface |
|
48 | 48 | * @throws \Exception |
49 | 49 | */ |
50 | 50 | public function request($method, $uri = null, array $options = []) |
@@ -145,7 +145,7 @@ |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | /** |
148 | - * @return int |
|
148 | + * @return string |
|
149 | 149 | */ |
150 | 150 | public function getClientid() |
151 | 151 | { |