From 5ad75c71f36a88ea9bd7258ecc704aa6daa2380e Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Tue, 7 Aug 2012 17:22:46 +0300 Subject: [PATCH] updated method name in a comment --- src/Symfony/Component/Form/FormRenderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/FormRenderer.php b/src/Symfony/Component/Form/FormRenderer.php index 5c7c07e2db..bea5604c95 100644 --- a/src/Symfony/Component/Form/FormRenderer.php +++ b/src/Symfony/Component/Form/FormRenderer.php @@ -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;