8000 Breaked too long lines · beni0888/symfony-docs@be3143c · GitHub
[go: up one dir, main page]

Skip to content

Commit be3143c

Browse files
committed
Breaked too long lines
1 parent 900a70e commit be3143c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/service_container/event_listener.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ using a special "tag":
107107
Creating an Event Subscriber
108108
----------------------------
109109

110-
Another way to listen to events is via an event subscriber. An event subscriber can define one or various method
111-
that listen to one or various events, and can stablish a priority for each method. The following example shows
112-
a subscriber that subscribes various methods to the kernel.exception event:
110+
Another way to listen to events is via an event subscriber. An event subscriber
111+
can define one or various method that listen to one or various events,
112+
and can stablish a priority for each method. The following example shows
113+
a subscriber that subscribes various methods to the kernel.exception event::
113114

114115
// src/Acme/DemoBundle/EventListener/AcmeExceptionSubscriber.php
115116
namespace Acme\DemoBundle\EventSubscriber;

0 commit comments

Comments
 (0)
0