modify mysql result
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user