From 92cf886f7b6821e029f1f0ea16b858328d38027c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 18 Mar 2021 18:36:22 +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/OnWorkerStart.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index edded11a..2d874fe4 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -51,7 +51,6 @@ class OnWorkerStart extends Callback /** * @param Server $server * @param int $worker_id - * @throws ComponentException * @throws Exception */ public function onTask(Server $server, int $worker_id) @@ -65,7 +64,6 @@ class OnWorkerStart extends Callback /** * @param Server $server * @param int $worker_id - * @throws ComponentException * @throws Exception */ public function onWorker(Server $server, int $worker_id)