Skip to content

Commit

Permalink
[Rector] Applied all Symfony 5.x rectors to the production codebase
Browse files Browse the repository at this point in the history
Applied rules:
 * CommandConstantReturnCodeRector
  • Loading branch information
alongosz committed Aug 6, 2024
1 parent 641f99c commit ceb2455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Command/IbexaSetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$output->writeln("\nPlatform.sh config files installed successfully");
}

return 0;
return \Symfony\Component\Console\Command\Command::SUCCESS;
}

protected function getCommonFiles(string $product): Finder
Expand Down

0 comments on commit ceb2455

Please sign in to comment.