Skip to content

Commit b9950ca

Browse files
Merge branch '4.3' into 4.4
* 4.3: [PhpUnitBridge] fix running simple-phpunit on Windows fixed phpdocs [Messenger] fix broken key normalization
2 parents f566426 + 53bbbbc commit b9950ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,7 @@ private function addMessengerSection(ArrayNodeDefinition $rootNode)
11301130
->end()
11311131
->children()
11321132
->arrayNode('routing')
1133+
->normalizeKeys(false)
11331134
->useAttributeAsKey('message_class')
11341135
->beforeNormalization()
11351136
->always()
@@ -1189,6 +1190,7 @@ function ($a) {
11891190
->end()
11901191
->end()
11911192
->arrayNode('transports')
1193+
->normalizeKeys(false)
11921194
->useAttributeAsKey('name')
11931195
->arrayPrototype()
11941196
->beforeNormalization()
@@ -1236,6 +1238,7 @@ function ($a) {
12361238
->scalarNode('default_bus')->defaultNull()->end()
12371239
->arrayNode('buses')
12381240
->defaultValue(['messenger.bus.default' => ['default_middleware' => true, 'middleware' => []]])
1241+
->normalizeKeys(false)
12391242
->useAttributeAsKey('name')
12401243
->arrayPrototype()
12411244
->addDefaultsIfNotSet()

0 commit comments

Comments
 (0)