[Messenger] Don't deep merge routing.senders config option

This commit is contained in:
Robin Chalas 2019-08-05 23:29:59 +02:00 committed by Robin Chalas
parent 6e7182f9e3
commit 20d19ac100
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,8 @@ CHANGELOG
* Overriding the methods `KernelTestCase::tearDown()` and `WebTestCase::tearDown()` without the `void` return-type is deprecated.
* Added new `error_controller` configuration to handle system exceptions
* Added sort option for `translation:update` command.
* [BC Break] The `framework.messenger.routing.senders` config key is not deep merged anymore.
4.3.0
-----

View File

@ -1162,6 +1162,7 @@ class Configuration implements ConfigurationInterface
})
->end()
->prototype('array')
->performNoDeepMerging()
->children()
->arrayNode('senders')
->requiresAtLeastOneElement()