Skip to content

Commit

Permalink
always
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 13, 2024
1 parent b53403d commit a09ca06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/FinalizeClassesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
));

// to make it fail in CI
if ($isDryRun && count($finalizedFilePaths)) {
if ($isDryRun) {
return self::FAILURE;
}

Expand Down

0 comments on commit a09ca06

Please sign in to comment.