From 3c49557ae3165a3998ee65a4a6f718ac3b0db24e Mon Sep 17 00:00:00 2001 From: reinaldowebdev <47674195+reinaldowebdev@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:59:08 -0300 Subject: [PATCH] Fixed Collapse::$itemToggleOptions type in documentation (#257) --- src/Collapse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Collapse.php b/src/Collapse.php index 6b80e9f..840c513 100644 --- a/src/Collapse.php +++ b/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