We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebc892 commit 552a434Copy full SHA for 552a434
src/Command/InspectCommand.php
@@ -80,7 +80,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
80
}
81
82
// raise exit code on failure
83
- if (count($failures) > 0 && $input->getOption('exit-code-on-failure')) {
+ if (count($failures) > 0 && $input->getOption('exit-code-on-failure') !== false) {
84
return Command::FAILURE;
85
86
0 commit comments