Skip to content

Commit dd3dd70

Browse files
committed
address comments, even the Boolean one
1 parent 4436dae commit dd3dd70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/config/introduction.rst

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

1515
.. caution::
1616

17-
``IniFileLoader`` parses with the `parse_ini_file` function, therefore
18-
it can only configure parameters as string values. For other
19-
data types support (e.g. Boolean, integer, etc), the other loaders
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
2020
are recommended.
2121

2222
Installation

0 commit comments

Comments
 (0)