From 76325af5788ccd5c5f054fd03e683e5426b5eacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 23 Apr 2023 18:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServerCommand.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ServerCommand.php b/ServerCommand.php index 3610e3b..12a746c 100644 --- a/ServerCommand.php +++ b/ServerCommand.php @@ -48,7 +48,6 @@ class ServerCommand extends Command * @param InputInterface $input * @param OutputInterface $output * @return int - * @throws ConfigException * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface * @throws Exception @@ -68,7 +67,6 @@ class ServerCommand extends Command /** * @param InputInterface $input * @return int - * @throws ConfigException * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */