@@ -83,7 +83,7 @@ |
||
| 83 | 83 | * Creates a cookie from a string. |
| 84 | 84 | * |
| 85 | 85 | * @param RequestInterface $request |
| 86 | - * @param $setCookie |
|
| 86 | + * @param string $setCookie |
|
| 87 | 87 | * |
| 88 | 88 | * @return Cookie|null |
| 89 | 89 | */ |
@@ -121,7 +121,7 @@ |
||
| 121 | 121 | * @param string $encoding |
| 122 | 122 | * @param StreamInterface $stream |
| 123 | 123 | * |
| 124 | - * @return StreamInterface|false A new stream interface or false if encoding is not supported |
|
| 124 | + * @return StreamInterface A new stream interface or false if encoding is not supported |
|
| 125 | 125 | */ |
| 126 | 126 | private function decorateStream($encoding, StreamInterface $stream) |
| 127 | 127 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Http\Client\Plugin; |
| 4 | 4 | |
| 5 | -use Http\Client\Exception; |
|
| 6 | 5 | use Http\Client\Plugin\Exception\LoopException; |
| 7 | 6 | use Psr\Http\Message\RequestInterface; |
| 8 | 7 | |