Skip to content

Commit 96c423a

Browse files
committed
Moved the admonition about the INI loader to the loaders section
1 parent c774b8a commit 96c423a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

components/config/introduction.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ The Config Component
99
combine, autofill and validate configuration values of any kind, whatever
1010
their source may be (YAML, XML, INI files, or for instance a database).
1111

12-
.. caution::
13-
14-
The ``IniFileLoader`` parses the file contents using the
15-
:phpfunction:`parse_ini_file` function, therefore, you can only set
16-
parameters to string values. To set parameters to other data types
17-
(e.g. boolean, integer, etc), the other loaders are recommended.
18-
1912
Installation
2013
------------
2114

components/config/resources.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Loading Resources
55
=================
66

7+
.. caution::
8+
9+
The ``IniFileLoader`` parses the file contents using the
10+
:phpfunction:`parse_ini_file` function. Therefore, you can only set
11+
parameters to string values. To set parameters to other data types
12+
(e.g. boolean, integer, etc), the other loaders are recommended.
13+
714
Locating Resources
815
------------------
916

0 commit comments

Comments
 (0)