modify mysql result

This commit is contained in:
2022-04-10 15:34:12 +08:00
parent ac78165c25
commit d8005f21f9
+2 -2
View File
@@ -12,10 +12,10 @@ class OnWorkerExit
/** /**
* @param Server $server * @param Server|null $server
* @param int $workerId * @param int $workerId
*/ */
public function __construct(public Server $server, public int $workerId) public function __construct(public ?Server $server, public int $workerId)
{ {
} }