From 78bca3b8557045c9fd9ae6fd69b95a17884562ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 4 Nov 2021 16:18:02 +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 --- SInterface/OnOpenInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SInterface/OnOpenInterface.php b/SInterface/OnOpenInterface.php index a603213..95a1886 100644 --- a/SInterface/OnOpenInterface.php +++ b/SInterface/OnOpenInterface.php @@ -10,8 +10,8 @@ interface OnOpenInterface /** - * @param \Swoole\WebSocket\Server $server - * @param \Swoole\Http\Request $request + * @param Server $server + * @param Request $request */ public function onOpen(Server $server, Request $request): void;