@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | /** |
| 187 | 187 | * @param string $header |
| 188 | 188 | * |
| 189 | - * @return mixed|string |
|
| 189 | + * @return string |
|
| 190 | 190 | * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface |
| 191 | 191 | * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface |
| 192 | 192 | * @throws \Symfony\Contracts\HttpClient\Exception\ServerExceptionInterface |
@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | } |
| 260 | 260 | |
| 261 | 261 | /** |
| 262 | - * @return mixed|string |
|
| 262 | + * @return string |
|
| 263 | 263 | * |
| 264 | 264 | * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface |
| 265 | 265 | * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface |
@@ -272,7 +272,7 @@ discard block |
||
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | /** |
| 275 | - * @return mixed|string |
|
| 275 | + * @return string |
|
| 276 | 276 | * |
| 277 | 277 | * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface |
| 278 | 278 | * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface |
@@ -523,7 +523,7 @@ |
||
| 523 | 523 | } |
| 524 | 524 | |
| 525 | 525 | /** |
| 526 | - * @param mixed $body |
|
| 526 | + * @param \Generator $body |
|
| 527 | 527 | * |
| 528 | 528 | * @return $this |
| 529 | 529 | */ |