From b2e8bf255218eeb2da0cc4d8bfe3a9ceb1b653fe Mon Sep 17 00:00:00 2001 From: Mohamad Mohebifar Date: Tue, 26 May 2015 15:47:11 +0430 Subject: [PATCH] Update PHPDoc Comment --- framework/base/Widget.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/base/Widget.php b/framework/base/Widget.php index 76a08951af..742fb2193a 100644 --- a/framework/base/Widget.php +++ b/framework/base/Widget.php @@ -85,6 +85,7 @@ class Widget extends Component implements ViewContextInterface * The widget rendering result is returned by this method. * @param array $config name-value pairs that will be used to initialize the object properties * @return string the rendering result of the widget. + * @throws \Exception */ public static function widget($config = []) {