diff --git a/module/CLI/src/Command/Install/InstallCommand.php b/module/CLI/src/Command/Install/InstallCommand.php index b537144c..0c6dee56 100644 --- a/module/CLI/src/Command/Install/InstallCommand.php +++ b/module/CLI/src/Command/Install/InstallCommand.php @@ -84,7 +84,7 @@ class InstallCommand extends Command * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ - public function execute(InputInterface $input, OutputInterface $output): void + public function execute(InputInterface $input, OutputInterface $output) { $this->io = new SymfonyStyle($input, $output);