1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00

Update PHPDoc

This commit is contained in:
Stéphane HULARD 2016-04-04 19:06:49 +02:00
parent 9f6492185b
commit ed48ac6ed1

View File

@ -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()
{