Skip to content

Commit 15e4f81

Browse files
Robin Chalaschalasr
authored andcommitted
[Messenger] Don't deep merge routing.senders config option
1 parent e79e226 commit 15e4f81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ CHANGELOG
1616
* Overriding the methods `KernelTestCase::tearDown()` and `WebTestCase::tearDown()` without the `void` return-type is deprecated.
1717
* Added new `error_controller` configuration to handle system exceptions
1818
* Added sort option for `translation:update` command.
19-
19+
* [BC Break] The `framework.messenger.routing.senders` config key is not deep merged anymore.
20+
2021
4.3.0
2122
-----
2223

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,7 @@ function ($a) {
11621162
})
11631163
->end()
11641164
->prototype('array')
1165+
->performNoDeepMerging()
11651166
->children()
11661167
->arrayNode('senders')
11671168
->requiresAtLeastOneElement()

0 commit comments

Comments
 (0)