mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fixed incorrect docblock. Fixes #1350
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
8681399fc2
commit
48f32a11e0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue