facebook / facebook-php-business-sdk

PHP SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
838 stars 518 forks source link

Update Normalizer.php #564

Open icgdoug opened 2 years ago

icgdoug commented 2 years ago

Fix to avoid PHP Warning that breaks PHP8. In some circumstances data is sent as an array, but this method expects string.

andreusala commented 1 year ago

Verified