Skip to content

Commit ccf4c72

Browse files
committed
Format number green
1 parent 71d38a5 commit ccf4c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/CleanOrphanedCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
5656
$componentsProgressBar->finish();
5757
$output->writeln('');
5858

59-
$output->writeln(\sprintf('Removed <comment>%d</comment> orphaned components (excluding cascades)', $count));
59+
$output->writeln(\sprintf('Removed <info>%d</info> orphaned components (excluding cascades)', $count));
6060
return 0;
6161
}
6262
}

0 commit comments

Comments
 (0)