Skip to content

Commit d9b66a0

Browse files
Merge branch '5.3' into 5.4
* 5.3: Fix CS in README files Fix markdown [HttpKernel] Fixes tests for PHP7.4+ [Filesystem] fix readlink for Windows
2 parents 959834d + 368e813 commit d9b66a0

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ CHANGELOG
8181
3.3.0
8282
-----
8383

84-
* [DEPRECATION] Class parameters have been deprecated and will be removed in 4.0.
85-
* router.options.generator_class
86-
* router.options.generator_base_class
87-
* router.options.generator_dumper_class
88-
* router.options.matcher_class
89-
* router.options.matcher_base_class
90-
* router.options.matcher_dumper_class
91-
* router.options.matcher.cache_class
92-
* router.options.generator.cache_class
84+
* [DEPRECATION] Class parameters have been deprecated and will be removed in 4.0.
85+
* router.options.generator_class
86+
* router.options.generator_base_class
87+
* router.options.generator_dumper_class
88+
* router.options.matcher_class
89+
* router.options.matcher_base_class
90+
* router.options.matcher_dumper_class
91+
* router.options.matcher.cache_class
92+
* router.options.generator.cache_class
9393

9494
3.2.0
9595
-----

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ $url = $generator->generate('blog_show', [
4444
Resources
4545
---------
4646

47-
* [Documentation](https://symfony.com/doc/current/routing.html)
48-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
49-
* [Report issues](https://github.com/symfony/symfony/issues) and
50-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
51-
in the [main Symfony repository](https://github.com/symfony/symfony)
47+
* [Documentation](https://symfony.com/doc/current/routing.html)
48+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
49+
* [Report issues](https://github.com/symfony/symfony/issues) and
50+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
51+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)