php-rest-api
php-rest-api copied to clipboard
MessageBird\Objects\Lookup::getFormats(): Return value must be of type ?array, stdClass returned
Hello, I'm trying getFormats() function, I'm using Lookup Api and Laravel 9, and I got this error MessageBird\Objects\Lookup::getFormats(): Return value must be of type ?array, stdClass returned
$lookup = $messageBird->lookup->read($phone[$i]);
$formats= $lookup->getFormats();