akeneo / api-php-client

PHP client of Akeneo PIM API

Home Page:https://packagist.org/packages/akeneo/api-php-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return value of Akeneo\Pim\ApiClient\Api\AuthenticationApi::authenticate() must be of the type array, null returned

LeoBenoist opened this issue · comments

Error Return value of Akeneo\Pim\ApiClient\Api\AuthenticationApi::authenticate() must be of the type array, null returned

authenticate method return type array but the return is json_decode. json_decode is mixed

https://github.com/akeneo/api-php-client/blob/master/src/Api/AuthenticationApi.php#L82