Fixed incorrect docblock. Fixes #1350

Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
jblotus 2010-12-08 09:41:28 -08:00 committed by mark_story
parent 8681399fc2
commit 48f32a11e0

View file

@ -806,7 +806,7 @@ class HtmlHelper extends AppHelper {
/**
* Internal function to build a nested list (UL/OL) out of an associative array.
*
* @param array $list Set of elements to list
* @param array $items Set of elements to list
* @param array $options Additional HTML attributes of the list (ol/ul) tag
* @param array $itemOptions Additional HTML attributes of the list item (LI) tag
* @param string $tag Type of list tag to use (ol/ul)