Skip to content

Commit 22d0fbf

Browse files
authored
A a missing return
1 parent 10082ac commit 22d0fbf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Command/StableVersionsCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,8 @@ protected function execute( InputInterface $input, OutputInterface $output ) {
6767
$output->writeln( sprintf( "<error>%s</error>", $e->getMessage() ) );
6868
return 1;
6969
}
70+
71+
// Executed as intended
72+
return 1;
7073
}
7174
}

0 commit comments

Comments
 (0)