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
There seems to be a bug where there is duplicate type and hence PHP is throwing "Duplicate type array is redundant" when calling courier's send function.
Error happens at trycourier/courier/src/Send/Traits/BaseMessageSendTo.php on line number 22
Removing that duplicate type "array" does fix the issue.
The text was updated successfully, but these errors were encountered:
Hi there,
SDK version: v2.0.2
There seems to be a bug where there is duplicate type and hence PHP is throwing "Duplicate type array is redundant" when calling courier's
send
function.Error happens at
trycourier/courier/src/Send/Traits/BaseMessageSendTo.php
on line number 22Removing that duplicate type "array" does fix the issue.
The text was updated successfully, but these errors were encountered: