Skip to content

Commit 4436dae

Browse files
committed
add warning for inifile loader
1 parent acea666 commit 4436dae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/config/introduction.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The Config component provides several classes to help you find, load, combine,
1212
autofill and validate configuration values of any kind, whatever their source
1313
may be (YAML, XML, INI files, or for instance a database).
1414

15+
.. caution::
16+
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
20+
are recommended.
21+
1522
Installation
1623
------------
1724

0 commit comments

Comments
 (0)