This commit is contained in:
2023-04-23 18:34:13 +08:00
parent b02beb658d
commit 76325af578
-2
View File
@@ -48,7 +48,6 @@ class ServerCommand extends Command
* @param InputInterface $input * @param InputInterface $input
* @param OutputInterface $output * @param OutputInterface $output
* @return int * @return int
* @throws ConfigException
* @throws ContainerExceptionInterface * @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface * @throws NotFoundExceptionInterface
* @throws Exception * @throws Exception
@@ -68,7 +67,6 @@ class ServerCommand extends Command
/** /**
* @param InputInterface $input * @param InputInterface $input
* @return int * @return int
* @throws ConfigException
* @throws ContainerExceptionInterface * @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface * @throws NotFoundExceptionInterface
*/ */