@@ -203,7 +203,7 @@ |
||
203 | 203 | * |
204 | 204 | * @author Michael Dowling and contributors to guzzlehttp/psr7 |
205 | 205 | * |
206 | - * @param StreamInterface $dest Stream to write to |
|
206 | + * @param \Psr\Http\Message\StreamInterface $dest Stream to write to |
|
207 | 207 | * |
208 | 208 | * @throws \RuntimeException on error |
209 | 209 | */ |
@@ -68,6 +68,9 @@ |
||
68 | 68 | 50 => 'application verification failure', |
69 | 69 | ]; |
70 | 70 | |
71 | + /** |
|
72 | + * @return void |
|
73 | + */ |
|
71 | 74 | public function __construct(RequestInterface $request, ResponseInterface $response, SettingsContainerInterface $options); |
72 | 75 | |
73 | 76 | public function init():CurlHandleInterface; |