Skip to content

Commit d169e84

Browse files
committed
minor #13432 [EventDispatcher] update changelog entry wording (xabbuh)
This PR was merged into the 3.0-dev branch. Discussion ---------- [EventDispatcher] update changelog entry wording | Q | A | ------------- | --- | Fixed tickets | | License | MIT Updates the wording and adds missing `Event::getName()` method (the `Event::setName()` method was actually listed twice instead). Commits ------- 96c992c [EventDispatcher] update changelog entry wording
2 parents 9ff47b8 + 96c992c commit d169e84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/EventDispatcher/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ CHANGELOG
44
3.0.0
55
-----
66

7-
* The methods Event::setDispatcher(), Event::getDispatcher(), Event::setName()
8-
and Event::setName() have been removed.
9-
The event dispatcher and name is passed to the listener call.
7+
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
8+
and `Event::getName()` have been removed.
9+
The event dispatcher and the event name are passed to the listener call.
1010

1111
2.5.0
1212
-----

0 commit comments

Comments
 (0)