Merge pull request #8555 from mohebifar/patch-1

Update PHPDoc Comment
This commit is contained in:
Qiang Xue
2015-05-26 08:00:47 -04:00

View File

@@ -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 = [])
{