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)