jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
698 stars 101 forks source link

Generate better connections #152

Closed jeromegamez closed 3 months ago

jeromegamez commented 3 months ago

(see what I did there? 🤭) … and raise PHPStan Level to 5

This is a follow-up to #151, where I naively updated the connection class itself.

This PR introduces the following changes on the Connection class. It proposes…

:octocat: