diff options
-rw-r--r-- | core/Command/App/Install.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index a992bdd77f6..403ba891134 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -68,11 +68,6 @@ class Install extends Command { ; } - /** - * @throws ContainerExceptionInterface - * @throws NotFoundExceptionInterface - * @throws \Exception - */ protected function execute(InputInterface $input, OutputInterface $output): int { $appId = $input->getArgument('app-id'); $forceEnable = (bool) $input->getOption('force'); |