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

Appearance settings

Commit 41c7059

Browse filesBrowse files
committed
Fixed another merge conflict
1 parent c14f4da commit 41c7059
Copy full SHA for 41c7059

File tree

1 file changed

+2
-7
lines changed
Filter options

1 file changed

+2
-7
lines changed

‎components/event_dispatcher/introduction.rst

Copy file name to clipboardExpand all lines: components/event_dispatcher/introduction.rst
+2-7Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -632,13 +632,8 @@ Event Name Introspection
632632
Before Symfony 2.4, the event name and the event dispatcher had to be
633633
requested from the ``Event`` instance. These methods are now deprecated.
634634

635-
<<<<<<< HEAD
636-
The ``EventDispatcher`` instance, as well as the name of the event that is
637-
dispatched, are passed as arguments to the listener::
638-
=======
639-
The event name, (as with any other data in a custom event object) can be
640-
used as part of the listener's processing logic::
641-
>>>>>>> 2.3
635+
The ``EventDispatcher`` instance, as well as the name of the event that
636+
is dispatched, are passed as arguments to the listener::
642637

643638
use Symfony\Component\EventDispatcher\Event;
644639
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.