8000 Prefix all sprintf() calls · symfony/twig-bundle@b98c76b · GitHub
[go: up one dir, main page]

Skip to content

Commit b98c76b

Browse files
committed
Prefix all sprintf() calls
1 parent 6a018bb commit b98c76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private function addMailerSection(ArrayNodeDefinition $rootNode): void
221221
->arrayNode('mailer')
222222
->children()
223223
->scalarNode('html_to_text_converter')
224-
->info(sprintf('A service implementing the "%s"', HtmlToTextConverterInterface::class))
224+
->info(\sprintf('A service implementing the "%s"', HtmlToTextConverterInterface::class))
225225
->defaultNull()
226226
->end()
227227
->end()

0 commit comments

Comments
 (0)
0