Skip to content

Commit 5e561b2

Browse files
committed
Merge pull request #2082 from WouterJ/warning_to_caution
Renamed warning block to caution block
2 parents d9c5950 + 33f31eb commit 5e561b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ First, create a new sub-class of :class:`Symfony\\Bundle\\FrameworkBundle\\Conso
7777
and override its :method:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run`
7878
method, where exception handling should happen:
7979

80-
.. warning::
80+
.. caution::
8181

8282
Due to the nature of the core :class:`Symfony\\Component\\Console\\Application`
8383
class, much of the :method:`run<Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run>`

0 commit comments

Comments
 (0)