docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
196 stars 123 forks source link

Fix PHP 8.2 deprecated utf8_decode #206

Open DAdq26 opened 11 months ago

DAdq26 commented 11 months ago

Hi,

Below our code to avoid PHP 8.2 deprecated error on utf8_decode deprecated usage

Best

mkoprek commented 7 months ago

Anyone can look at this please?