minor #24050 [DI] Add upgrade note about case insenstive params (ro0NL)

This PR was merged into the 3.4 branch.

Discussion
----------

[DI] Add upgrade note about case insenstive params

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!--highly recommended for new features-->

Forgotten in #23874 :)

PS: im working on a PR for 4.0 as well

Commits
-------

3890996 [DI] Add upgrade note about case insenstive params
This commit is contained in:
Nicolas Grekas 2017-08-31 15:41:46 +02:00
commit 89d85f3ea1

View File

@ -50,6 +50,8 @@ DependencyInjection
* Top-level anonymous services in XML are deprecated and will throw an exception in Symfony 4.0.
* Case insensitivity of parameter names is deprecated and will be removed in 4.0.
Debug
-----