walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.12k stars 2.26k forks source link

First class callable syntax #972

Closed luzrain closed 11 months ago

luzrain commented 11 months ago

I replaced all callables to use the First class callable syntax.
I also fixed some small codestyle issues.

walkor commented 11 months ago

Thanks