@@ -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 | */ |
@@ -81,6 +81,7 @@ |
||
81 | 81 | * @param \Psr\Http\Message\RequestInterface $request |
82 | 82 | * @param \Psr\Http\Message\ResponseInterface $response |
83 | 83 | * @param \chillerlan\Settings\SettingsContainerInterface $options |
84 | + * @return void |
|
84 | 85 | */ |
85 | 86 | public function __construct(RequestInterface $request, ResponseInterface $response, SettingsContainerInterface $options); |
86 | 87 |