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.
1 parent 38bc075 commit 0eac43dCopy full SHA for 0eac43d
components/console/introduction.rst
@@ -194,7 +194,7 @@ Value Meaning
194
It is possible to print a message in a command for only a specific verbosity
195
level. For example::
196
197
- if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE) {
+ if (OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
198
$output->writeln(...);
199
}
200
0 commit comments