We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$server
1 parent ce74816 commit 0ab2031Copy full SHA for 0ab2031
src/Server.php
@@ -61,7 +61,7 @@ class Server implements MiddlewareInitializerInterface, OnHandShakeInterface, On
61
/**
62
* @var null|\Swoole\Coroutine\Http\Server|WebSocketServer
63
*/
64
- protected mixed $server;
+ protected mixed $server = null;
65
66
public function __construct(protected ContainerInterface $container, protected HttpDispatcher $dispatcher, protected ExceptionHandlerDispatcher $exceptionHandlerDispatcher, protected ResponseEmitter $responseEmitter, protected StdoutLoggerInterface $logger)
67
{
0 commit comments