Closed Nathaaaalie closed 4 years ago
This pull request was exported from Phabricator. Differential Revision: D19253757
This pull request was exported from Phabricator. Differential Revision: D19253757
This pull request has been merged in facebook/facebook-php-business-sdk@a61e9aedcdb8991a25f3ce7b9ad29c9fb5fedc8e.
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
isextends ArrayObject
, andarray_key_exists()
is called inCursor
with arguments which include instance ofParameters
. In order to avoid the error, I usedisset()
instead.Differential Revision: D19253757