Skip to content

Commit 21200ce

Browse files
smnandreKocal
andcommitted
Feedback
Co-authored-by: Hugo Alliaume <[email protected]>
1 parent 2bc8687 commit 21200ce

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
@@ -99,7 +99,7 @@ static function (ChildDefinition $definition, AsTwigComponent $attribute) {
9999
$container->register('ux.twig_component.component_properties', ComponentProperties::class)
100100
->setArguments([
101101
new Reference('property_accessor'),
102-
new AbstractArgument('Add in TwigComponentPass'),
102+
new AbstractArgument(\sprintf('Added in %s.', TwigComponentPass::class)),
103103
new Reference('cache.ux.twig_component', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
104104
])
105105
;

0 commit comments

Comments
 (0)