Fix ConsoleIO::isVerbose behavior
parent
4b531771bd
commit
28053504e5
|
@ -65,7 +65,7 @@ class ConsoleIO implements IOInterface
|
||||||
*/
|
*/
|
||||||
public function isVerbose()
|
public function isVerbose()
|
||||||
{
|
{
|
||||||
return (bool) $this->input->getOption('verbose');
|
return $this->output->getVerbosity() === OutputInterface::VERBOSITY_VERBOSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue