modify plugin name

This commit is contained in:
2022-02-28 14:59:34 +08:00
parent 688b2381da
commit a3dfcf02e6
+3 -1
View File
@@ -277,9 +277,11 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
/**
* @param \Swoole\WebSocket\Server $server
* @param int $fd
* @return void
*/
public function onClose(int $fd): void
public function onClose(\Swoole\WebSocket\Server $server, int $fd): void
{
// TODO: Implement onClose() method.
}