php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.17k stars 430 forks source link

Handle ArrayObject in Message Body #1288

Open amayer5125 opened 1 year ago

amayer5125 commented 1 year ago

This fixes errors when trying to push messages that contain ArrayObjects. The ArrayObjects are converted to arrays.

makasim commented 1 year ago

Style checks have to be fixed before I can merge PR.

amayer5125 commented 1 year ago

I will fix the styling on the lines I've modified. Should I also make the suggested style changes to lines I have not modified?