There was an error while loading. Please reload this page.
1 parent 3cbbd66 commit fc9ff68Copy full SHA for fc9ff68
src/Symfony/Component/Config/Definition/ArrayNode.php
@@ -293,6 +293,7 @@ protected function finalizeValue($value)
293
294
if (null !== $this->prototype) {
295
foreach ($value as $k => $v) {
296
+ $this->prototype->setName($k);
297
try {
298
$value[$k] = $this->prototype->finalize($v);
299
} catch (UnsetKeyException $unset) {
0 commit comments