File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
/**
22
22
* Unordered List
23
23
*
24
- * Generates an HTML unordered list from an single or
25
- * multi-dimensional array.
24
+ * Generates an HTML unordered list from a single or
25
+ * multidimensional array.
26
26
*
27
27
* @param array $list List entries
28
28
* @param array|object|string $attributes HTML attributes string, array, object
@@ -37,7 +37,7 @@ function ul(array $list, $attributes = ''): string
37
37
/**
38
38
* Ordered List
39
39
*
40
- * Generates an HTML ordered list from an single or multi-dimensional array.
40
+ * Generates an HTML ordered list from a single or multidimensional array.
41
41
*
42
42
* @param array $list List entries
43
43
* @param array|object|string $attributes HTML attributes string, array, object
@@ -52,7 +52,7 @@ function ol(array $list, $attributes = ''): string
52
52
/**
53
53
* Generates the list
54
54
*
55
- * Generates an HTML ordered list from an single or multi-dimensional array.
55
+ * Generates an HTML ordered list from a single or multidimensional array.
56
56
*
57
57
* @param array $list List entries
58
58
* @param array|object|string $attributes HTML attributes string, array, object
You can’t perform that action at this time.
0 commit comments