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

fixed typo causing syntax error #507

Closed pety-dc closed 5 years ago

pety-dc commented 5 years ago

There was a double dot in line 132 causing syntax error [2019-05-29 08:09:26] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Parse error: syntax error, unexpected '.'" at /var/www/html/vendor/facebook/php-ads-sdk/src/FacebookAds/Object/CustomAudienceMultiKey.php line 132 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Parse error: syntax error, unexpected '.' at /var/www/html/vendor/facebook/php-ads-sdk/src/FacebookAds/Object/CustomAudienceMultiKey.php:132)"} []

facebook-github-bot commented 5 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

jingping2015 commented 5 years ago

Thanks for report this. Fix it here and close this PR.