Skip to content

Commit 0eac43d

Browse files
committed
Reverted an unneeded change
1 parent 38bc075 commit 0eac43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Value Meaning
194194
It is possible to print a message in a command for only a specific verbosity
195195
level. For example::
196196

197-
if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE) {
197+
if (OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
198198
$output->writeln(...);
199199
}
200200

0 commit comments

Comments
 (0)