updated method name in a comment

This commit is contained in:
Bilal Amarni 2012-08-07 17:22:46 +03:00
parent b91a4a8368
commit 5ad75c71f3
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class FormRenderer implements FormRendererInterface
$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;