From d1b9c5983dd396390b08e7d64f1c6f9a88b36d20 Mon Sep 17 00:00:00 2001 From: soyuka Date: Tue, 31 Aug 2021 15:46:52 +0200 Subject: [PATCH] silent --- src/Core/Bridge/Symfony/Bundle/Command/RectorCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Bridge/Symfony/Bundle/Command/RectorCommand.php b/src/Core/Bridge/Symfony/Bundle/Command/RectorCommand.php index cbdf7c58829..1aa903856b0 100644 --- a/src/Core/Bridge/Symfony/Bundle/Command/RectorCommand.php +++ b/src/Core/Bridge/Symfony/Bundle/Command/RectorCommand.php @@ -165,7 +165,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int } if ($input->getOption('silent')) { - exec($command); + exec($command . ' --no-progress-bar --no-diffs'); } else { passthru($command); }