diff --git a/BootstrapWidgetTrait.php b/BootstrapWidgetTrait.php index 37a0262..955feef 100644 --- a/BootstrapWidgetTrait.php +++ b/BootstrapWidgetTrait.php @@ -101,7 +101,7 @@ trait BootstrapWidgetTrait /** * @return \yii\web\View the view object that can be used to render views or view files. - * @see yii\base\Widget::getView() + * @see \yii\base\Widget::getView() */ abstract function getView(); }