product · inferred from evidence
ObjectSerializer.php
A PHP file in the DocuSign eSign client library.
- docusign php sdk: Call to a member function read() on string in ObjectSerializer.php:285
This was a confirmed SDK bug (DCM-4285), fixed in the 5.3.0 release. Upgrade with composer require docusign/esign-client:^5.3.0 (or newer). The fix changed getDocument handling so a string response is written directly to the file instead of
- DocuSign PHP SDK Class 'Number' not found on Object Serializer (listTabs)
As a workaround, edit vendor/docusign/esign-client/src/ObjectSerializer.php and replace the bare 'Number' class reference with the fully qualified '\DocuSign\eSign\Model\Number' — a community member confirmed this fixes the fatal. The maint