From 7f28443d99b033b658739659f302a06d6f20280f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Oct 2022 18:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RpcJsonp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RpcJsonp.php b/RpcJsonp.php index e6c16bd..2db5edc 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -296,7 +296,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa * @param int $fd * @return void */ - public function onClose(int $fd): void + public function OnClose(int $fd): void { // TODO: Implement onClose() method. }