@@ -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 | |