8000 Merge branch '4.4' into 5.2 · symfony/symfony@b581c13 · GitHub
[go: up one dir, main page]

Skip to content

Commit b581c13

Browse files
Merge branch '4.4' into 5.2
* 4.4: Fix CS in README files
2 parents 4e3912e + ce7d3c4 commit b581c13

File tree

25 files changed

+133
-133
lines changed

25 files changed

+133
-133
lines changed

src/Symfony/Component/Asset/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CSS stylesheets, JavaScript files and image files.
77
Resources
88
---------
99

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

src/Symfony/Component/BrowserKit/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ component to make real HTTP requests.
1010
Resources
1111
---------
1212

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

src/Symfony/Component/Cache/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ interoperability between PSR-6 implementations.
1212
Resources
1313
---------
1414

15-
* [Documentation](https://symfony.com/doc/current/components/cache.html)
16-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
17-
* [Report issues](https://github.com/symfony/symfony/issues) and
18-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
19-
in the [main Symfony repository](https://github.com/symfony/symfony)
15+
* [Documentation](https://symfony.com/doc/current/components/cache.html)
16+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
17+
* [Report issues](https://github.com/symfony/symfony/issues) and
18+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
19+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/CssSelector/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The CssSelector component converts CSS selectors to XPath expressions.
66
Resources
77
---------
88

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

1515
Credits
1616
-------

src/Symfony/Component/EventDispatcher/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

48< 7802 code>48
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
-----

src/Symfony/Component/EventDispatcher/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)

src/Symfony/Component/Form/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Form component allows you to easily create, process and reuse HTML forms.
66
Resources
77
---------
88

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

src/Symfony/Component/Intl/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ locales, you should [install the intl PHP extension][0] instead.
1010
Resources
1111
---------
1212

13-
* [Documentation](https://symfony.com/doc/current/components/intl.html)
14-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
15-
* [Report issues](https://github.com/symfony/symfony/issues) and
16-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
17-
in the [main Symfony repository](https://github.com/symfony/symfony)
18-
* [Docker images with intl support](https://hub.docker.com/r/jakzal/php-intl)
19-
(for the Intl component development)
13+
* [Documentation](https://symfony.com/doc/current/components/intl.html)
14+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
15+
* [Report issues](https://github.com/symfony/symfony/issues) and
16+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
17+
in the [main Symfony repository](https://github.com/symfony/symfony)
18+
* [Docker images with intl support](https://hub.docker.com/r/jakzal/php-intl)
19+
(for the Intl component development)
2020

2121
[0]: https://php.net/intl.setup

src/Symfony/Component/Ldap/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ previous version of the component will break with this version.
1515
Resources
1616
---------
1717

18-
* [Documentation](https://symfony.com/doc/current/components/ldap)
19-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
20-
* [Report issues](https://github.com/symfony/symfony/issues) and
21-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
22-
in the [main Symfony repository](https://github.com/symfony/symfony)
18+
* [Documentation](https://symfony.com/doc/current/components/ldap)
19+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
20+
* [Report issues](https://github.com/symfony/symfony/issues) and
21+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
22+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Messenger/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ other applications or via message queues.
77
Resources
88
---------
99

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

src/Symfony/Component/Notifier/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ are not covered by Symfony's
1111
Resources
1212
---------
1313

14-
* [Documentation](https://symfony.com/doc/current/notifier.html)
15-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
16-
* [Report issues](https://github.com/symfony/symfony/issues) and
17-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
18-
in the [main Symfony repository](https://github.com/symfony/symfony)
14+
* [Documentation](https://symfony.com/doc/current/notifier.html)
15+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
16+
* [Report issues](https://github.com/symfony/symfony/issues) and
17+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
18+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/PropertyAccess/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ object or array using a simple string notation.
77
Resources
88
---------
99

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

src/Symfony/Component/PropertyInfo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ using metadata of popular sources.
77
Resources
88
---------
99

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

src/Symfony/Component/Routing/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ CHANGELOG
7373
3.3.0
7474
-----
7575

76-
* [DEPRECATION] Class parameters have been deprecated and will be removed in 4.0.
77-
* router.options.generator_class
78-
* router.options.generator_base_class
79-
* router.options.generator_dumper_class
80-
* router.options.matcher_class
81-
* router.options.matcher_base_class
82-
* router.options.matcher_dumper_class
83-
* router.options.matcher.cache_class
84-
* router.options.generator.cache_class
76+
* [DEPRECATION] Class parameters have been deprecated and will be removed in 4.0.
77+
* router.options.generator_class
78+
* router.options.generator_base_class
79+
* router.options.generator_dumper_class
80+
* router.options.matcher_class
81+
* router.options.matcher_base_class
82+
* router.options.matcher_dumper_class
83+
* router.options.matcher.cache_class
84+
* router.options.generator.cache_class
8585

8686
3.2.0
8787
-----

src/Symfony/Component/Security/Core/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ the Java Spring framework.
99
Resources
1010
---------
1111

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

src/Symfony/Component/Semaphore/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ are not covered by Symfony's
1313
Resources
1414
---------
1515

16-
* [Documentation](https://symfony.com/doc/master/components/semaphore.html)
17-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
18-
* [Report issues](https://github.com/symfony/symfony/issues) and
19-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
20-
in the [main Symfony repository](https://github.com/symfony/symfony)
16+
* [Documentation](https://symfony.com/doc/master/components/semaphore.html)
17+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
18+
* [Report issues](https://github.com/symfony/symfony/issues) and
19+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
20+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/String/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ with bytes, UTF-8 code points and grapheme clusters in a unified way.
77
Resources
88
---------
99

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

src/Symfony/Component/Translation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ echo $translator->trans('Hello World!'); // outputs « Bonjour ! »
2626
Resources
2727
---------
2828

29-
* [Documentation](https://symfony.com/doc/current/translation.html)
30-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
31-
* [Report issues](https://github.com/symfony/symfony/issues) and
32-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
33-
in the [main Symfony repository](https://github.com/symfony/symfony)
29+
* [Documentation](https://symfony.com/doc/current/translation.html)
30+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
31+
* [Report issues](https://github.com/symfony/symfony/issues) and
32+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
33+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Uid/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ are not covered by Symfony's
1111
Resources
1212
---------
1313

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

src/Symfony/Component/Validator/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ The Validator component provides tools to validate values following the
77
Resources
88
---------
99

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

1616
[1]: https://jcp.org/en/jsr/detail?id=303

src/Symfony/Component/VarDumper/README.md

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

11-
* [Documentation](https://symfony.com/doc/current/components/var_dumper/introduction.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/var_dumper/introduction.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)

src/Symfony/Component/VarExporter/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ It also provides a few improvements over `var_export()`/`serialize()`:
3131
Resources
3232
---------
3333

34-
* [Documentation](https://symfony.com/doc/current/components/var_exporter.html)
35-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
36-
* [Report issues](https://github.com/symfony/symfony/issues) and
37-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
38-
in the [main Symfony repository](https://github.com/symfony/symfony)
34+
* [Documentation](https://symfony.com/doc/current/components/var_exporter.html)
35+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
36+
* [Report issues](https://github.com/symfony/symfony/issues) and
37+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
38+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Workflow/README.md

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

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

src/Symfony/Component/Yaml/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Yaml component loads and dumps YAML files.
66
Resources
77
---------
88

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

0 commit comments

Comments
 (0)
0