From a1d80c3315bfe13d3e2cae6507d51bfebd1e072a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 24 Oct 2023 15:22:15 +0800 Subject: [PATCH] eee --- Abstracts/AsyncServer.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Abstracts/AsyncServer.php b/Abstracts/AsyncServer.php index 2691aa0..fa87951 100644 --- a/Abstracts/AsyncServer.php +++ b/Abstracts/AsyncServer.php @@ -12,10 +12,7 @@ use Kiri\Server\Events\OnServerBeforeStart; use Kiri\Server\Events\OnShutdown; use Kiri\Server\Handler\OnServer; use Kiri\Server\ServerInterface; -use Kiri\Server\Task\TaskInterface; use Kiri\Server\Task\Task; -use Psr\Container\ContainerExceptionInterface; -use Psr\Container\NotFoundExceptionInterface; use ReflectionException; use Swoole\Server; @@ -56,8 +53,7 @@ class AsyncServer implements ServerInterface /** * @return bool - * @throws ContainerExceptionInterface - * @throws NotFoundExceptionInterface|ReflectionException + * @throws ReflectionException */ public function shutdown(): bool {