From bd44bba081622826fdfa0199ea14b6656ff6157e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 1 Nov 2020 04:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Events/OnReceive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Events/OnReceive.php b/HttpServer/Events/OnReceive.php index 0da9acc0..b82f902f 100644 --- a/HttpServer/Events/OnReceive.php +++ b/HttpServer/Events/OnReceive.php @@ -65,7 +65,7 @@ class OnReceive extends Callback * @return mixed * @throws Exception */ - public function onHandler(\Swoole\Server $server, int $fd, int $reactorId, string $data) + public function onHandler(\Swoole\Server $server, string $fd, int $reactorId, string $data) { try { $client = [$fd];