diff options
author | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2023-07-18 12:17:40 +0330 |
---|---|---|
committer | Faraz Samapoor <f.samapoor@gmail.com> | 2023-09-29 11:37:23 +0330 |
commit | 8075f6976f4ad1045ebad9d2415c641a41bb34fc (patch) | |
tree | 96119e0d0c874cc636eac02efd02c4953493dc91 /core/Command/App | |
parent | 81884cf9da85cfb7f8b0b36cc5675d7ea72c8c0e (diff) | |
download | nextcloud-server-8075f6976f4ad1045ebad9d2415c641a41bb34fc.tar.gz nextcloud-server-8075f6976f4ad1045ebad9d2415c641a41bb34fc.zip |
Make adjustments based on the review
Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Diffstat (limited to 'core/Command/App')
-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'); |