You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this with the Drupal 9 SendinBlue module and I'm getting this error message about a deprecated function when I update the user. Still seems to be working.
Deprecated function: Return type of SendinBlue\Client\Model\CreateContact::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 43 of /app/vendor/sendinblue/api-v3-sdk/lib/Model/CreateContact.php).
The text was updated successfully, but these errors were encountered:
I'm using this with the Drupal 9 SendinBlue module and I'm getting this error message about a deprecated function when I update the user. Still seems to be working.
Deprecated function: Return type of SendinBlue\Client\Model\CreateContact::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 43 of /app/vendor/sendinblue/api-v3-sdk/lib/Model/CreateContact.php).
The text was updated successfully, but these errors were encountered: