@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | /** |
175 | 175 | * @param string $header |
176 | 176 | * |
177 | - * @return mixed|string |
|
177 | + * @return string |
|
178 | 178 | * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface |
179 | 179 | * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface |
180 | 180 | * @throws \Symfony\Contracts\HttpClient\Exception\ServerExceptionInterface |
@@ -190,7 +190,7 @@ discard block |
||
190 | 190 | } |
191 | 191 | |
192 | 192 | /** |
193 | - * @return array<mixed> |
|
193 | + * @return string[] |
|
194 | 194 | * |
195 | 195 | * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface |
196 | 196 | * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | } |
216 | 216 | |
217 | 217 | /** |
218 | - * @return mixed |
|
218 | + * @return string |
|
219 | 219 | */ |
220 | 220 | public function requestUrl(): string |
221 | 221 | { |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | } |
240 | 240 | |
241 | 241 | /** |
242 | - * @return mixed|string |
|
242 | + * @return string |
|
243 | 243 | * |
244 | 244 | * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface |
245 | 245 | * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface |