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 ad3dbba commit de9607dCopy full SHA for de9607d
components/console/introduction.rst
@@ -232,6 +232,10 @@ level. For example::
232
// alternatively you can pass the verbosity level to writeln()
233
$output->writeln('...', OutputInterface::VERBOSITY_VERBOSE);
234
235
+.. versionadded:: 2.8
236
+ The ability to pass the verbosity level to the ``writeln()` method was
237
+ introduced in Symfony 2.8.
238
+
239
There are also more semantic methods you can use to test for each of the
240
verbosity levels::
241
0 commit comments