Skip to content

Commit

Permalink
Fixes return type
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 29, 2023
1 parent fe5f955 commit 7936c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7936c15

Please sign in to comment.