Skip to content

Commit e469c59

Browse files
committed
CS
1 parent a66f5b7 commit e469c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function getConfigTreeBuilder(): TreeBuilder
155155
->always(function ($v) {
156156
foreach ($v as $namespace => $defaults) {
157157
if (!str_ends_with($namespace, '\\')) {
158-
throw new InvalidConfigurationException(sprintf('The twig_component.defaults namespace "%s" is invalid: it must end in a "\"', $namespace));
158+
throw new InvalidConfigurationException(sprintf('The twig_component.defaults namespace "%s" is invalid: it must end in a "\".', $namespace));
159159
}
160160
}
161161

0 commit comments

Comments
 (0)