Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 8, 2024
1 parent 17fa911 commit ae9212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ValidateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}
}

if ($isValid) {
if ($isValid === false) {
return self::FAILURE;
}

Expand Down

0 comments on commit ae9212e

Please sign in to comment.