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 a66f5b7 commit e469c59Copy full SHA for e469c59
src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php
@@ -155,7 +155,7 @@ public function getConfigTreeBuilder(): TreeBuilder
155
->always(function ($v) {
156
foreach ($v as $namespace => $defaults) {
157
if (!str_ends_with($namespace, '\\')) {
158
- throw new InvalidConfigurationException(sprintf('The twig_component.defaults namespace "%s" is invalid: it must end in a "\"', $namespace));
+ throw new InvalidConfigurationException(sprintf('The twig_component.defaults namespace "%s" is invalid: it must end in a "\".', $namespace));
159
}
160
161
0 commit comments