Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument 1 passed to MailMetadata::setMessageId() must be of the type array or null #80

Closed
crimsonwrench opened this issue Jul 21, 2020 · 0 comments · Fixed by #100
Closed
Labels
bug Something isn't working

Comments

@crimsonwrench
Copy link

При наличии у неразобранного метаданных в категории mail (почта), вызов метода MailMetadata::fromArray() приводит к ошибке, поскольку сеттеры у свойств messageId и contentSummary принимают в качестве аргумента ?array, а в ответе от API возвращаются int и string соответственно.

TypeError:
Argument 1 passed to AmoCRM\Models\Unsorted\MailMetadata::setMessageId() must be of the type array or null, int given, called in vendor/amocrm/amocrm-api-library/src/AmoCRM/Models/Unsorted/MailMetadata.php on line 54

@bessudnov bessudnov added the bug Something isn't working label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants