From 7a67d8fd137df5cfb166456628a2080690fad8f8 Mon Sep 17 00:00:00 2001 From: MatTheCat Date: Fri, 2 Sep 2022 19:18:06 +0200 Subject: [PATCH] Remove obsolete warning --- components/config/resources.rst | 7 ------- 1 file changed, 7 deletions(-) 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 `