@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | /** |
| 92 | 92 | * Get the configured HTTP handler. |
| 93 | 93 | * |
| 94 | - * @return \Http\Client\HttpAdapter |
|
| 94 | + * @return HttpClient |
|
| 95 | 95 | */ |
| 96 | 96 | public function getHttp() |
| 97 | 97 | { |
@@ -111,6 +111,7 @@ discard block |
||
| 111 | 111 | /** |
| 112 | 112 | * Get the URL that events should be posted to. |
| 113 | 113 | * |
| 114 | + * @param string $api |
|
| 114 | 115 | * @return string |
| 115 | 116 | */ |
| 116 | 117 | public function getEndpoint($api) |