Browse Source

Fixed Collapse::$itemToggleOptions type in documentation (#257)

tags/2.0.11
reinaldowebdev 5 years ago committed by Alexander Makarov
parent
commit
3c49557ae3
  1. 2
      src/Collapse.php

2
src/Collapse.php

@ -97,7 +97,7 @@ class Collapse extends Widget
*/
public $autoCloseItems = true;
/**
* @var string the HTML options for the item toggle tag. Key 'tag' might be used here for the tag name specification.
* @var array the HTML options for the item toggle tag. Key 'tag' might be used here for the tag name specification.
* For example:
*
* ```php

Loading…
Cancel
Save