Skip to content

Commit

Permalink
[Messenger] Don't deep merge routing.senders config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Chalas authored and chalasr committed Sep 13, 2019
1 parent 6e7182f commit 20d19ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Expand Up @@ -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
-----

Expand Down
Expand Up @@ -1162,6 +1162,7 @@ function ($a) {
})
->end()
->prototype('array')
->performNoDeepMerging()
->children()
->arrayNode('senders')
->requiresAtLeastOneElement()
Expand Down

0 comments on commit 20d19ac

Please sign in to comment.