Skip to content

Commit 1122be7

Browse files
committed
merged branch bamarni/patch-4 (PR symfony#5207)
Commits ------- 5ad75c7 updated method name in a comment Discussion ---------- updated method name in a comment --------------------------------------------------------------------------- by travisbot at 2012-08-07T14:35:39Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/2057604) (merged 5ad75c7 into b91a4a8).
2 parents 1c31467 + 5ad75c7 commit 1122be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/FormRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function searchAndRenderBlock(FormView $view, $blockNameSuffix, array $va
181181
$hierarchyInit = true;
182182
} else {
183183
// RECURSIVE CALL
184-
// If a block recursively calls renderSection() again, resume rendering
184+
// If a block recursively calls searchAndRenderBlock() again, resume rendering
185185
// using the parent type in the hierarchy.
186186
$blockNameHierarchy = $this->blockNameHierarchyMap[$viewAndSuffixCacheKey];
187187
$hierarchyLevel = $this->hierarchyLevelMap[$viewAndSuffixCacheKey] - 1;

0 commit comments

Comments
 (0)