This commit is contained in:
2021-03-18 18:36:22 +08:00
parent de9a12addb
commit 92cf886f7b
-2
View File
@@ -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)