Skip to content

Commit

Permalink
Fixed another merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jul 28, 2015
1 parent c14f4da commit 41c7059
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions components/event_dispatcher/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -632,13 +632,8 @@ Event Name Introspection
Before Symfony 2.4, the event name and the event dispatcher had to be
requested from the ``Event`` instance. These methods are now deprecated.

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

use Symfony\Component\EventDispatcher\Event;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
Expand Down

0 comments on commit 41c7059

Please sign in to comment.