Skip to content

Commit 8518476

Browse files
committed
[Rector] Applied all Symfony 5.x rectors to the production codebase
Applied rules: * CommandConstantReturnCodeRector
1 parent 1c6429c commit 8518476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Command/IbexaSetupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
104104
$output->writeln("\nPlatform.sh config files installed successfully");
105105
}
106106

107-
return 0;
107+
return \Symfony\Component\Console\Command\Command::SUCCESS;
108108
}
109109

110110
protected function getCommonFiles(string $product): Finder

0 commit comments

Comments
 (0)