@@ -15,7 +15,6 @@ |
||
15 | 15 | protected $values = []; |
16 | 16 | |
17 | 17 | /** |
18 | - * @param string $value |
|
19 | 18 | */ |
20 | 19 | public function __construct(string $header) |
21 | 20 | { |
@@ -128,7 +128,7 @@ |
||
128 | 128 | * BTW: Yes, I known that it's unneeded round trip to the server |
129 | 129 | * |
130 | 130 | * @param AccessTokenInterface $accessToken |
131 | - * @return mixed |
|
131 | + * @return string |
|
132 | 132 | * @throws InvalidResponse |
133 | 133 | * @throws \Psr\Http\Client\ClientExceptionInterface |
134 | 134 | */ |