facebook / facebook-php-business-sdk

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

array_key_exists bug fix #521

Closed Nathaaaalie closed 4 years ago

Nathaaaalie commented 4 years ago

Summary: This diff is associated with an external, developer-reported bug: https://developers.internmc.facebook.com/support/bugs/445172219720269/.

In PHP version 7.4, array_key_exists() is deprecated with Object. Parameters is extends ArrayObject, and array_key_exists() is called in Cursor with arguments which include instance of Parameters. In order to avoid the error, I used isset() instead.

Differential Revision: D19253757

facebook-github-bot commented 4 years ago

This pull request was exported from Phabricator. Differential Revision: D19253757

facebook-github-bot commented 4 years ago

This pull request was exported from Phabricator. Differential Revision: D19253757

facebook-github-bot commented 4 years ago

This pull request has been merged in facebook/facebook-php-business-sdk@a61e9aedcdb8991a25f3ce7b9ad29c9fb5fedc8e.