From ed48ac6ed1868d8f276b1ea0863bac9efa08f096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20HULARD?= Date: Mon, 4 Apr 2016 19:06:49 +0200 Subject: [PATCH] Update PHPDoc --- src/Api.php | 2 ++ 1 file changed, 2 insertions(+) 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() {