Skip to content

Commit

Permalink
updated method name in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Aug 7, 2012
1 parent b91a4a8 commit 5ad75c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/FormRenderer.php
Expand Up @@ -181,7 +181,7 @@ public function searchAndRenderBlock(FormView $view, $blockNameSuffix, array $va
$hierarchyInit = true;
} else {
// RECURSIVE CALL
// If a block recursively calls renderSection() again, resume rendering
// If a block recursively calls searchAndRenderBlock() again, resume rendering
// using the parent type in the hierarchy.
$blockNameHierarchy = $this->blockNameHierarchyMap[$viewAndSuffixCacheKey];
$hierarchyLevel = $this->hierarchyLevelMap[$viewAndSuffixCacheKey] - 1;
Expand Down

0 comments on commit 5ad75c7

Please sign in to comment.