Make adjustments based on the review

Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
pull/39183/head
Hamid Dehnavi 11 months ago committed by Faraz Samapoor
parent 81884cf9da
commit 8075f6976f

@ -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');

Loading…
Cancel
Save