Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba05588

Browse files
[HttpKernel] Fix comment from stof
1 parent 44a6f60 commit ba05588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function process(ContainerBuilder $container)
139139
$binding->setValues(array($bindingValue, $bindingId, true));
140140

141141
if (!$bindingValue instanceof Reference) {
142-
$args[$p->name] = new Reference('value.'.$container->hash($bindingValue));
142+
$args[$p->name] = new Reference('_value.'.$container->hash($bindingValue));
143143
$container->register((string) $args[$p->name], 'mixed')
144144
->setFactory('current')
145145
->addArgument(array($bindingValue));

0 commit comments

Comments
 (0)