Skip to content

Commit 047773e

Browse files
Fix CS in README files
1 parent c352647 commit 047773e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ CHANGELOG
2929
3.4.0
3030
-----
3131

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

3434
3.3.0
3535
-----
3636

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

3939
3.0.0
4040
-----
4141

42-
* The method `getListenerPriority($eventName, $listener)` has been added to the
43-
`EventDispatcherInterface`.
44-
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
45-
and `Event::getName()` have been removed.
46-
The event dispatcher and the event name are passed to the listener call.
42+
* The method `getListenerPriority($eventName, $listener)` has been added to the
43+
`EventDispatcherInterface`.
44+
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
45+
and `Event::getName()` have been removed.
46+
The event dispatcher and the event name are passed to the listener call.
4747

4848
2.5.0
4949
-----

README.md

+5-5
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)