mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 01:57:50 +08:00
Merge pull request #6659 from nkovacs/patch-2
[skip ci] fix left over closing backticks
This commit is contained in:
@@ -53,8 +53,6 @@ class Collapse extends Widget
|
|||||||
* - content: string, required, the content (HTML) of the group
|
* - content: string, required, the content (HTML) of the group
|
||||||
* - options: array, optional, the HTML attributes of the group
|
* - options: array, optional, the HTML attributes of the group
|
||||||
* - contentOptions: optional, the HTML attributes of the group's content
|
* - contentOptions: optional, the HTML attributes of the group's content
|
||||||
*
|
|
||||||
* ```
|
|
||||||
*/
|
*/
|
||||||
public $items = [];
|
public $items = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user