Skip to content

Commit d9006df

Browse files
committed
adjust verbose rector option from -vvvv to --debug
1 parent a8e7560 commit d9006df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/RectorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ protected function runRector(ConsoleIo $io, Arguments $args, string $autoload):
8686
'%s %s %s --autoload-file=%s --config=%s %s --clear-cache',
8787
$cmdPath,
8888
$args->getOption('dry-run') ? '--dry-run' : '',
89-
$args->getOption('verbose') ? '-vvvv' : '',
89+
$args->getOption('verbose') ? '--debug' : '',
9090
escapeshellarg($autoload),
9191
escapeshellarg($config),
9292
escapeshellarg($path),

0 commit comments

Comments
 (0)