Skip to content

Commit a53c8ad

Browse files
committed
[#3048] Adding intro paragraph about the semantic verbosity methods
1 parent 0c34aa1 commit a53c8ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/console/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ level. For example::
203203
:method:`Symfony\\Component\Console\\Output\\Output::isDebug`
204204
methods were introduced in version 2.4
205205

206-
.. code-block:: php
206+
There are also more semantic methods you can use to test for each of the
207+
verbosity levels::
207208

208209
if ($output->isQuiet()) {
209210
// ...

0 commit comments

Comments
 (0)