We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d473e5f commit 186d5e8Copy full SHA for 186d5e8
DependencyInjection/Configuration.php
@@ -96,7 +96,7 @@ public function getConfigTreeBuilder()
96
->prototype('scalar')->end()
97
->beforeNormalization()
98
->ifString()
99
- ->then(function($v) { return array('id' => $v); })
+ ->then(function($v) { return array($v); })
100
->end()
101
102
->scalarNode('subject')->end() // swift_mailer and native_mailer
0 commit comments