Skip to content

Commit 2e4347b

Browse files
committed
Fixed too long line
1 parent aaf2176 commit 2e4347b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/console/logging.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ In order to enable console application to automatically log uncaught exceptions
7474
for all commands you'd need to do something more.
7575

7676
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::
77+
class to override its :method:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run`
78+
method, where exception handling should happen::
7879

7980
// src/Acme/DemoBundle/Console/Application.php
8081
namespace Acme\DemoBundle\Console;

0 commit comments

Comments
 (0)