Skip to content

Commit 0a714db

Browse files
committed
Revert to stdout for MappingDescribeCommand
In f256d99, I did a global move to stderr for notifications, and went a bit overboard for MappingDescribeCommand, which purpose is to output a description.
1 parent dfe32c2 commit 0a714db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/Console/Command/MappingDescribeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected function configure(): void
6565

6666
protected function execute(InputInterface $input, OutputInterface $output): int
6767
{
68-
$ui = (new SymfonyStyle($input, $output))->getErrorStyle();
68+
$ui = new SymfonyStyle($input, $output);
6969

7070
$entityManager = $this->getEntityManager($input);
7171

0 commit comments

Comments
 (0)