Skip to content

Commit 552a434

Browse files
committed
Update tests
1 parent bebc892 commit 552a434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/InspectCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
8080
}
8181

8282
// raise exit code on failure
83-
if (count($failures) > 0 && $input->getOption('exit-code-on-failure')) {
83+
if (count($failures) > 0 && $input->getOption('exit-code-on-failure') !== false) {
8484
return Command::FAILURE;
8585
}
8686

0 commit comments

Comments
 (0)