diff --git a/NavBar.php b/NavBar.php index 10fc7da..9593a65 100644 --- a/NavBar.php +++ b/NavBar.php @@ -61,7 +61,7 @@ class NavBar extends Widget */ public $brandLabel = false; /** - * @param array|string|boolean $url the URL for the brand's hyperlink tag. This parameter will be processed by [[Url::to()]] + * @var array|string|boolean $url the URL for the brand's hyperlink tag. This parameter will be processed by [[Url::to()]] * and will be used for the "href" attribute of the brand link. Default value is false that means * [[\yii\web\Application::homeUrl]] will be used. */