Closed nitin-aika09 closed 1 year ago
This issue seems to be with SDK specific. Issue seems to be at AbstractObject|bool at this line: https://github.com/facebook/facebook-php-business-sdk/blob/main/src/FacebookAds/Cursor.php#L438
return isset($this->objects[$this->position]) ? $this->objects[$this->position] : false; }
Error Response
{ "message": "Parse error: syntax error, unexpected '|', expecting ';' or '{'", "code": 0, "file": "/application/vendor/facebook/php-ads-sdk/src/FacebookAds/Cursor.php", "line": 441 }
Could you please check and make a fix for that.
You have to upgrade your PHP to v8. unexpected '|' is on the following line:
unexpected '|'
public function current() : AbstractObject|bool {
Facebook PHP Business SDK Issue
This issue seems to be with SDK specific. Issue seems to be at AbstractObject|bool at this line: https://github.com/facebook/facebook-php-business-sdk/blob/main/src/FacebookAds/Cursor.php#L438
Error Response
Could you please check and make a fix for that.