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 429 forks source link

[ENQUEUE] Add missing throws tag to interfaces #1304

Closed VincentLanglet closed 10 months ago

VincentLanglet commented 1 year ago

HI @makasim

When calling sendCommand it's useful to know the method can throws Exception, it's currently the case for the proposed implementations. Thanks to PHPStorm or static analysis tool like PHPStan, it will help people try/catching the calls and avoid error in production.

VincentLanglet commented 10 months ago

Friendly ping @makasim