Skip to content

Commit c87cbf8

Browse files
committed
minor #17247 [Config] Remove obsolete warning about INI files (MatTheCat)
This PR was merged into the 4.4 branch. Discussion ---------- [Config] Remove obsolete warning about INI files Spotted thanks to #17232 (comment) Since symfony/symfony#20232 the claim that “you can only set parameters to string values” is not valid anymore. Commits ------- 7a67d8f Remove obsolete warning
2 parents c979068 + 7a67d8f commit c87cbf8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/config/resources.rst

-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
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-
147
Loaders populate the application's configuration from different sources
158
like YAML files. The Config component defines the interface for such
169
loaders. The :doc:`Dependency Injection </components/dependency_injection>`

0 commit comments

Comments
 (0)