Skip to content

Commit

Permalink
Merge pull request #26 from stasadev/verbosity_level_from_output
Browse files Browse the repository at this point in the history
Verbosity level is not working
  • Loading branch information
bubba-h57 authored Apr 21, 2021
2 parents 9f2c8fe + 467d5df commit 4fa543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/FixCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ protected function getResolver(): ConfigurationResolver
'diff' => $this->option('diff'),
'diff-format' => $this->option('diff-format'),
'stop-on-violation' => $this->option('stop-on-violation'),
'verbosity' => $this->verbosity,
'verbosity' => $this->getOutput()->getVerbosity(),
'show-progress' => $this->option('show-progress'),
],
getcwd(),
Expand Down

0 comments on commit 4fa543c

Please sign in to comment.