walkor / workerman

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

Update Worker.php fix nullable for PHP8.4 #1069

Closed joanhey closed 1 week ago

joanhey commented 1 week ago

In __construct() Fixed !!

PD: I think that the _construct() need to be at the beginning of the class !!