File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ Loading a YAML config file::
209
209
.. note ::
210
210
211
211
If you want to load YAML config files then you will also need to install
212
- :doc: `The YAML component </components/yaml/introduction >`.
212
+ :doc: `the Yaml component </components/yaml/introduction >`.
213
213
214
214
If you *do * want to use PHP to create the services then you can move this
215
215
into a separate config file and load it in a similar way::
Original file line number Diff line number Diff line change 2
2
single: Yaml
3
3
single: Components; Yaml
4
4
5
- The YAML Component
5
+ The Yaml Component
6
6
==================
7
7
8
- The YAML Component loads and dumps YAML files.
8
+ The Yaml component loads and dumps YAML files.
9
9
10
10
What is It?
11
11
-----------
12
12
13
- The Symfony2 YAML Component parses YAML strings to convert them to PHP arrays.
13
+ The Symfony2 Yaml component parses YAML strings to convert them to PHP arrays.
14
14
It is also able to convert PHP arrays to YAML strings.
15
15
16
16
`YAML `_, *YAML Ain't Markup Language *, is a human friendly data serialization
17
17
standard for all programming languages. YAML is a great format for your
18
18
configuration files. YAML files are as expressive as XML files and as readable
19
19
as INI files.
20
20
21
- The Symfony2 YAML Component implements the YAML 1.2 version of the
21
+ The Symfony2 Yaml component implements the YAML 1.2 version of the
22
22
specification.
23
23
24
24
.. tip ::
@@ -75,10 +75,10 @@ Full Merge Key Support
75
75
Full support for references, aliases, and full merge key. Don't repeat
76
76
yourself by referencing common configuration bits.
77
77
78
- Using the Symfony2 YAML Component
78
+ Using the Symfony2 Yaml Component
79
79
---------------------------------
80
80
81
- The Symfony2 YAML Component is very simple and consists of two main classes:
81
+ The Symfony2 Yaml component is very simple and consists of two main classes:
82
82
one parses YAML strings (:class: `Symfony\\ Component\\ Yaml\\ Parser `), and the
83
83
other dumps a PHP array to a YAML string
84
84
(:class: `Symfony\\ Component\\ Yaml\\ Dumper `).
You can’t perform that action at this time.
0 commit comments