Skip to content

Commit 5ad75c7

Browse files
committed
updated method name in a comment
1 parent b91a4a8 commit 5ad75c7

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)