diff --git a/src/Api.php b/src/Api.php index 111a06d..f2f7cc2 100644 --- a/src/Api.php +++ b/src/Api.php @@ -365,6 +365,7 @@ class Api /** * Get the current consumer key + * @return string */ public function getConsumerKey() { @@ -373,6 +374,7 @@ class Api /** * Return instance of http client + * @return HttpClient */ public function getHttpClient() {