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 aaf2176 commit 2e4347bCopy full SHA for 2e4347b
cookbook/console/logging.rst
@@ -74,7 +74,8 @@ In order to enable console application to automatically log uncaught exceptions
74
for all commands you'd need to do something more.
75
76
First, you have to extend :class:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application`
77
-class to override its :method:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run` method, where exception handling should happen::
+class to override its :method:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run`
78
+method, where exception handling should happen::
79
80
// src/Acme/DemoBundle/Console/Application.php
81
namespace Acme\DemoBundle\Console;
0 commit comments