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