@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | - * @return void |
|
| 87 | + * @return CurlHandle |
|
| 88 | 88 | */ |
| 89 | 89 | public function close():CurlHandleInterface{ |
| 90 | 90 | |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | } |
| 97 | 97 | |
| 98 | 98 | /** |
| 99 | - * @return void |
|
| 99 | + * @return CurlHandle |
|
| 100 | 100 | */ |
| 101 | 101 | public function reset():CurlHandleInterface{ |
| 102 | 102 | |
@@ -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; |