Skip to content

Commit 4fa543c

Browse files
authored
Merge pull request #26 from stasadev/verbosity_level_from_output
Verbosity level is not working
2 parents 9f2c8fe + 467d5df commit 4fa543c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/FixCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected function getResolver(): ConfigurationResolver
185185
'diff' => $this->option('diff'),
186186
'diff-format' => $this->option('diff-format'),
187187
'stop-on-violation' => $this->option('stop-on-violation'),
188-
'verbosity' => $this->verbosity,
188+
'verbosity' => $this->getOutput()->getVerbosity(),
189189
'show-progress' => $this->option('show-progress'),
190190
],
191191
getcwd(),

0 commit comments

Comments
 (0)