modify mysql result
This commit is contained in:
@@ -12,10 +12,10 @@ class OnWorkerExit
|
||||
|
||||
|
||||
/**
|
||||
* @param Server $server
|
||||
* @param Server|null $server
|
||||
* @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