We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ddf1f commit a1a2f96Copy full SHA for a1a2f96
service_container/parameters.rst
@@ -170,6 +170,11 @@ accessor methods for parameters::
170
To learn more about compiling the container see
171
:doc:`/components/dependency_injection/compilation`.
172
173
+.. versionadded:: 3.4
174
+ Container parameters are case sensitive starting from Symfony 3.4. In
175
+ previous Symfony versions, parameters were case insensitive, meaning that
176
+ ``mailer.transport`` and ``Mailer.Transport`` were considered the same parameter.
177
+
178
.. _component-di-parameters-array:
179
180
Array Parameters
0 commit comments