From 6c46dce6217c022b18ecfbede7a9dd9a3b91e9e5 Mon Sep 17 00:00:00 2001 From: Nikolay Oleynikov Date: Sun, 26 Feb 2017 00:12:18 +0300 Subject: [PATCH] Improve alert docs (#180) [skip ci] --- Alert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alert.php b/Alert.php index 18f3960..68ce8c0 100644 --- a/Alert.php +++ b/Alert.php @@ -52,7 +52,7 @@ class Alert extends Widget */ public $body; /** - * @var array the options for rendering the close button tag. + * @var array|false the options for rendering the close button tag. * The close button is displayed in the header of the modal window. Clicking * on the button will hide the modal window. If this is false, no close button will be rendered. *