From 7936c15e814075b19dc017e7d248dbbdf55aba81 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 29 Dec 2023 11:54:36 +0000 Subject: [PATCH] Fixes return type --- src/NewCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NewCommand.php b/src/NewCommand.php index 1e902d8..0903804 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -133,7 +133,7 @@ protected function interact(InputInterface $input, OutputInterface $output) * @param \Symfony\Component\Console\Output\OutputInterface $output * @return int */ - protected function execute(InputInterface $input, OutputInterface $output): void + protected function execute(InputInterface $input, OutputInterface $output): int { $this->validateStackOption($input);