Skip to content

Commit 6c34b5e

Browse files
committed
fix add return line
1 parent e811ec7 commit 6c34b5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/events.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ their priorities:
5454

5555
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\ControllerEvent`
5656

57-
This event is dispatched after the controller has been resolved but before executing it. It's useful to initialize things later needed by the
57+
This event is dispatched after the controller has been resolved but before executing
58+
it. It's useful to initialize things later needed by the
5859
controller, such as `param converters`_, and even to change the controller
5960
entirely::
6061

0 commit comments

Comments
 (0)