8000
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 6a018bb commit b98c76bCopy full SHA for b98c76b
DependencyInjection/Configuration.php
@@ -221,7 +221,7 @@ private function addMailerSection(ArrayNodeDefinition $rootNode): void
221
->arrayNode('mailer')
222
->children()
223
->scalarNode('html_to_text_converter')
224
- ->info(sprintf('A service implementing the "%s"', HtmlToTextConverterInterface::class))
+ ->info(\sprintf('A service implementing the "%s"', HtmlToTextConverterInterface::class))
225
->defaultNull()
226
->end()
227
0 commit comments