From da056b09c79032562c08c95259928da0a824f0a4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 9 Jan 2022 16:07:57 +0800 Subject: [PATCH] 1 --- RpcJsonp.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RpcJsonp.php b/RpcJsonp.php index 6b4ba99..b6ce19e 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -264,10 +264,9 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa /** - * @param Server $server * @param int $fd */ - public function onClose(Server $server, int $fd): void + public function onClose(int $fd): void { // TODO: Implement onClose() method. }