We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f2c8fe + 467d5df commit 4fa543cCopy full SHA for 4fa543c
src/Console/FixCommand.php
@@ -185,7 +185,7 @@ protected function getResolver(): ConfigurationResolver
185
'diff' => $this->option('diff'),
186
'diff-format' => $this->option('diff-format'),
187
'stop-on-violation' => $this->option('stop-on-violation'),
188
- 'verbosity' => $this->verbosity,
+ 'verbosity' => $this->getOutput()->getVerbosity(),
189
'show-progress' => $this->option('show-progress'),
190
],
191
getcwd(),
0 commit comments