Skip to content

Commit 6185979

Browse files
committed
Applied code review suggestions
1 parent ceb2455 commit 6185979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/Command/IbexaSetupCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Composer\Semver\VersionParser;
1616
use Exception;
1717
use Ibexa\PostInstall\IbexaProductVersion;
18+
use Symfony\Component\Console\Command\Command;
1819
use Symfony\Component\Console\Exception\RuntimeException;
1920
use Symfony\Component\Console\Helper\ProgressBar;
2021
use Symfony\Component\Console\Input\InputInterface;
@@ -104,7 +105,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
104105
$output->writeln("\nPlatform.sh config files installed successfully");
105106
}
106107

107-
return \Symfony\Component\Console\Command\Command::SUCCESS;
108+
return Command::SUCCESS;
108109
}
109110

110111
protected function getCommonFiles(string $product): Finder

0 commit comments

Comments
 (0)