Skip to content

Commit 2ffa4bf

Browse files
Merge branch '4.4' into 5.2
* 4.4: Fix CS in README files
2 parents d08d6ec + 047773e commit 2ffa4bf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ CHANGELOG
4343
3.4.0
4444
-----
4545

46-
* Implementing `TraceableEventDispatcherInterface` without the `reset()` method has been deprecated.
46+
* Implementing `TraceableEventDispatcherInterface` without the `reset()` method has been deprecated.
4747

4848
3.3.0
4949
-----
5050

51-
* The ContainerAwareEventDispatcher class has been deprecated. Use EventDispatcher with closure factories instead.
51+
* The ContainerAwareEventDispatcher class has been deprecated. Use EventDispatcher with closure factories instead.
5252

5353
3.0.0
5454
-----
5555

56-
* The method `getListenerPriority($eventName, $listener)` has been added to the
57-
`EventDispatcherInterface`.
58-
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
59-
and `Event::getName()` have been removed.
60-
The event dispatcher and the event name are passed to the listener call.
56+
* The method `getListenerPriority($eventName, $listener)` has been added to the
57+
`EventDispatcherInterface`.
58+
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
59+
and `Event::getName()` have been removed.
60+
The event dispatcher and the event name are passed to the listener call.
6161

6262
2.5.0
6363
-----

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ them.
88
Resources
99
---------
1010

11-
* [Documentation](https://symfony.com/doc/current/components/event_dispatcher.html)
12-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
13-
* [Report issues](https://github.com/symfony/symfony/issues) and
14-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
15-
in the [main Symfony repository](https://github.com/symfony/symfony)
11+
* [Documentation](https://symfony.com/doc/current/components/event_dispatcher.html)
12+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
13+
* [Report issues](https://github.com/symfony/symfony/issues) and
14+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
15+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)