Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit24e2f0d

Browse files
committed
Merge pull requestsymfony#3396 from ifdattic/fix-typo-in-class-url
Fix a typo in class url
2 parents3859f0d +12d950f commit24e2f0d

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
@@ -171,7 +171,7 @@ Then implement the actual listener::
171171
In the code above, when any command throws an exception, the listener will
172172
receive an event. You can simply log it by passing the logger service via the
173173
service configuration. Your method receives a
174-
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent`` object,
174+
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` object,
175175
which has methods to get information about the event and the exception.
176176

177177
Logging non-0 exit statuses

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp