在运行代码以通过Sendgrid APIss自动发送电子邮件时,我们收到以下错误:
解析错误:语法错误,意外情况' [',期待')'在第37行的E:\ xampp \ htdocs \ sendgrid-php \ lib \ helpers \ mail \ Mail.php
以下是mail.php文件代码:
public function jsonSerialize()
{
return array_filter(
[
'email' => $this->getEmail()
],
function ($value) {
return $value !== `enter code here`null;
}
) ?: null;
}