Skip to content

Commit 4f02a8a

Browse files
committed
address comments
1 parent dd3dd70 commit 4f02a8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/config/introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ may be (YAML, XML, INI files, or for instance a database).
1414

1515
.. caution::
1616

17-
The ``IniFileLoader`` parses with the :phpfunction:`parse_ini_file` function,
18-
therefore, you can only set parameters to string values. To set parameters
19-
to other data types (e.g. boolean, integer, etc), the other loaders
20-
are recommended.
17+
The ``IniFileLoader`` parses the file contents using the
18+
:phpfunction:`parse_ini_file` function, therefore, you can only set
19+
parameters to string values. To set parameters to other data types
20+
(e.g. boolean, integer, etc), the other loaders are recommended.
2121

2222
Installation
2323
------------

0 commit comments

Comments
 (0)