diff options
Diffstat (limited to 'core/Command/App/Install.php')
-rw-r--r-- | core/Command/App/Install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index 65817894955..41e3e20c9dc 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -51,7 +51,7 @@ class Install extends Command { ; } - protected function execute(InputInterface $input, OutputInterface $output) { + protected function execute(InputInterface $input, OutputInterface $output): int { $appId = $input->getArgument('app-id'); if (\OC_App::getAppPath($appId)) { |