tool · inferred from evidence
composer
Dependency management tool for PHP used to upgrade the SDK.
- docusign php sdk: Call to a member function read() on string in ObjectSerializer.php:285
Calling EnvelopeApi\getDocument in the DocuSign eSign PHP client (docusign/esign-client) crashed with this fatal error. In ObjectSerializer.php line 285 the code called $data->read(200) on the response, but getDocument returns the file cont
- docusign php sdk: Class '\\DocuSign\\eSign\\Model\\OfflineAttributes' not found on listRecipients
Calling EnvelopesApi::listRecipients with the DocuSign eSign PHP client failed during response deserialization with this fatal error. The SDK referenced the model class \DocuSign\eSign\Model\OfflineAttributes, which existed in v3 of the cli
- DocuSign PHP SDK Class 'Number' not found on Object Serializer (listTabs)
Calling listTabs via the EnvelopesApi in docusign/esign-client threw a fatal "Class 'Number' not found" from ObjectSerializer.php. During deserialization the SDK passed the bare class name 'Number' to the deserializer instead of the namespa
- Brevo PHP SDK: "Cannot serialize value of type boolean with any of the union types: float | string | bool...
Passing a boolean value in a field typed as a union, like the attributes map on CreateContactRequest, throws: Cannot serialize value of type boolean with any of the union types: float | string | bool | array. In src/Core/Json/JsonSerializer
- docusign-php-client: ApiException#getResponseObject returns serialized PHP string instead of object
In docusign-php-client v4.0.0, ApiException#getResponseObject() stopped returning a deserialized ErrorDetails object and instead returned a serialized PHP object as a string, breaking error handling that worked in v3.0.1. The reporter trace
- Brevo PHP SDK v4.0.7: ContactsClient::createContact() throws "Failed to deserialize response: Syntax error"
On getbrevo/brevo-php v4.0.7 with PHP 8.4, calling ContactsClient::createContact() throws Brevo\Exceptions\BrevoException: Failed to deserialize response: Syntax error with a nested JsonException(code: 4). The HTTP request itself succeeds a
- Brevo PHP SDK: "User Warning: Timeout option is not supported for the current PSR-18 client...
Setting a timeout on the Brevo PHP SDK v4 client with Guzzle installed emits: User Warning: Timeout option is not supported for the current PSR-18 client (GuzzleHttp\Client). Use Guzzle or Symfony HttpClient for timeout support. The cause i