eee
This commit is contained in:
@@ -13,10 +13,11 @@ interface OnCloseInterface
|
||||
|
||||
/**
|
||||
* @param Server $server
|
||||
* @param int $fd
|
||||
* @param int $fd
|
||||
* @param int $reactorId
|
||||
* @return void
|
||||
*/
|
||||
public function onClose(Server $server, int $fd): void;
|
||||
public function onClose(Server $server, int $fd, int $reactorId): void;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user