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
When using PHPStan with my code, it figured out I'm passing an array to Enqueue\Client\Message::setBody (which is supported, as it's serialized to JSON), but the typehint says@param null|string $body, get an error:
Parameter #1 $body of method Enqueue\Client\Message::setBody() expects string|null, string[] given.
The text was updated successfully, but these errors were encountered:
When using PHPStan with my code, it figured out I'm passing an array to
Enqueue\Client\Message::setBody
(which is supported, as it's serialized to JSON), but the typehint says@param null|string $body
, get an error:The text was updated successfully, but these errors were encountered: