This commit is contained in:
2023-12-12 15:35:34 +08:00
parent 4ebb7e9686
commit 92e65c4abd
15 changed files with 362 additions and 391 deletions
+3 -4
View File
@@ -66,7 +66,7 @@ class ServerCommand extends Command
* @param InputInterface $input
* @param OutputInterface $output
* @return int
* @throws Exception
* @throws
*/
public function execute(InputInterface $input, OutputInterface $output): int
{
@@ -83,7 +83,7 @@ class ServerCommand extends Command
/**
* @param InputInterface $input
* @return int
* @throws ReflectionException
* @throws
*/
protected function restart(InputInterface $input): int
{
@@ -95,8 +95,7 @@ class ServerCommand extends Command
/**
* @return int
* @throws ReflectionException
* @throws Exception
* @throws
*/
protected function stop(): int
{