@@ -64,7 +64,7 @@ |
||
64 | 64 | * @param $method |
65 | 65 | * @param null $uri |
66 | 66 | * @param array $options |
67 | - * @return mixed|\Psr\Http\Message\ResponseInterface |
|
67 | + * @return \Psr\Http\Message\ResponseInterface |
|
68 | 68 | * @throws \GuzzleHttp\Exception\GuzzleException |
69 | 69 | */ |
70 | 70 | public function request($method, $uri = null, array $options = []) |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * JwtStrategy constructor. |
27 | 27 | * |
28 | 28 | * @param ClientInterface $clientInterface |
29 | - * @param Cache|null $cache |
|
29 | + * @param Cache $cache |
|
30 | 30 | */ |
31 | 31 | public function __construct(ClientInterface $clientInterface, Cache $cache) |
32 | 32 | { |