Skip to content

Commit

Permalink
[Rector] Applied all Symfony 5.x rectors to the production codebase (#18
Browse files Browse the repository at this point in the history
)

Applied rules:
 * CommandConstantReturnCodeRector
  • Loading branch information
alongosz committed Aug 9, 2024
1 parent 55a93ee commit f759bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Command/CronRunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$this->logReportsOutput($reports);
}

return 0;
return Command::SUCCESS;
}

private function logReportsOutput(CronReport $reports): void
Expand Down

0 comments on commit f759bd2

Please sign in to comment.