@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Gemz\HttpClient\Contracts; |
| 4 | 4 | |
| 5 | 5 | use Gemz\HttpClient\Exceptions\InvalidArgument; |
| 6 | -use Psr\Http\Message\StreamInterface; |
|
| 7 | 6 | use Symfony\Component\Mime\Part\Multipart\FormDataPart; |
| 8 | 7 | |
| 9 | 8 | trait Options |
@@ -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 |