From cbd7c0da6c5f9acd82b6404104d573fd2adddc4d Mon Sep 17 00:00:00 2001 From: scblack Date: Sat, 4 Oct 2014 14:32:00 -0600 Subject: [PATCH] Change incorrect documentation for size close #5355 --- Modal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modal.php b/Modal.php index d8d70cb..5994278 100644 --- a/Modal.php +++ b/Modal.php @@ -48,7 +48,7 @@ class Modal extends Widget */ public $footer; /** - * @var string the modal size. Can be MODAL_LG or MODAL_SM, or empty for default. + * @var string the modal size. Can be [[SIZE_LARGE]] or [[SIZE_SMALL]], or empty for default. */ public $size; /**