diff --git a/components/config/resources.rst b/components/config/resources.rst index 73d28a5db78..99e20093402 100644 --- a/components/config/resources.rst +++ b/components/config/resources.rst @@ -4,13 +4,6 @@ Loading Resources ================= -.. caution:: - - The ``IniFileLoader`` parses the file contents using the - :phpfunction:`parse_ini_file` function. Therefore, you can only set - parameters to string values. To set parameters to other data types - (e.g. boolean, integer, etc), the other loaders are recommended. - Loaders populate the application's configuration from different sources like YAML files. The Config component defines the interface for such loaders. The :doc:`Dependency Injection `