walkor / mqtt

Asynchronous MQTT client for PHP based on workerman.
207 stars 46 forks source link

Made change to allow for static analysis. #23

Closed eharris2000 closed 4 months ago

eharris2000 commented 4 months ago

Modified the comment on subscribe to reference the preferences variable instead of the callback. This will allow for phpstan to work against subscribe callback.

walkor commented 4 months ago

Thanks