在发送网格配置中出现错误[意外' [',期待')'在第37行的E:\ xampp \ htdocs \ sendgrid-php \ lib \ helpers \ mail \ Mail.php]

时间:2018-04-02 15:03:37

标签: php sendgrid

在运行代码以通过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;
    }

0 个答案:

没有答案