Skip to content

Commit 67a5f35

Browse files
Merge branch '5.2' into 5.3
* 5.2: Fix CS in README files Fix markdown [HttpKernel] Fixes tests for PHP7.4+ [Filesystem] fix readlink for Windows
2 parents ff708cb + 2ffa4bf commit 67a5f35

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
@@ -48,21 +48,21 @@ CHANGELOG
4848
3.4.0
4949
-----
5050

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

5353
3.3.0
5454
-----
5555

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

5858
3.0.0
5959
-----
6060

61-
* The method `getListenerPriority($eventName, $listener)` has been added to the
62-
`EventDispatcherInterface`.
63-
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
64-
and `Event::getName()` have been removed.
65-
The event dispatcher and the event name are passed to the listener call.
61+
* The method `getListenerPriority($eventName, $listener)` has been added to the
62+
`EventDispatcherInterface`.
63+
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
64+
and `Event::getName()` have been removed.
65+
The event dispatcher and the event name are passed to the listener call.
6666

6767
2.5.0
6868
-----

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)