sendgrid / sendgrid-php

The Official Twilio SendGrid PHP API Library
https://sendgrid.com
MIT License
1.49k stars 624 forks source link

fix: get rid of deprecation warnings regarding the first parameter of mb_convert_encoding #1081

Closed cclark61 closed 2 years ago

cclark61 commented 2 years ago

Two small updates to fix php 8.1 deprecation warnings regarding the first parameter of mb_convert_encoding being required to be either a string or an array.

Fixes

A short description of what this PR does.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.