Skip to content

Commit 10c0d99

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Reword doc: remove uppercase in yaml.rst
2 parents b9b39d2 + 481e28b commit 10c0d99

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

components/yaml.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
The Yaml Component
22
==================
33

4-
The Yaml component loads and dumps YAML files.
4+
The Symfony Yaml component loads and dumps YAML files. It parses YAML strings
5+
into PHP arrays and can also convert PHP arrays back into YAML strings.
56

6-
What is It?
7-
-----------
8-
9-
The Symfony Yaml component parses YAML strings to convert them to PHP arrays.
10-
It is also able to convert PHP arrays to YAML strings.
11-
12-
`YAML`_, *YAML Ain't Markup Language*, is a human friendly data serialization
13-
standard for all programming languages. YAML is a great format for your
14-
configuration files. YAML files are as expressive as XML files and as readable
15-
as INI files.
7+
`YAML`_, *YAML Ain't Markup Language*, is a human-friendly data serialization
8+
language for all programming languages. It is a popular format for configuration
9+
files, balancing readability with advanced features.
1610

1711
.. tip::
1812

0 commit comments

Comments
 (0)