Skip to content

Commit 7a67d8f

Browse files
committed
Remove obsolete warning
1 parent c979068 commit 7a67d8f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/config/resources.rst

Lines changed: 0 additions & 7 deletions
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)