@@ -52,7 +52,7 @@ |
||
52 | 52 | * @param null $uri |
53 | 53 | * @param array $options |
54 | 54 | * |
55 | - * @return mixed|\Psr\Http\Message\ResponseInterface |
|
55 | + * @return \Psr\Http\Message\ResponseInterface |
|
56 | 56 | * @throws \Exception |
57 | 57 | */ |
58 | 58 | public function request($method, $uri = null, array $options = []) |
@@ -53,7 +53,7 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @return \DateTime |
|
56 | + * @return string |
|
57 | 57 | */ |
58 | 58 | public function getDateMin() |
59 | 59 | { |