modify mysql result

This commit is contained in:
2022-04-10 15:34:12 +08:00
parent ac78165c25
commit d8005f21f9
+5 -5
View File
@@ -11,11 +11,11 @@ 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)
{ {
} }