From ef54b7f39ff8fcaca3aad81cce2f0c752bff6092 Mon Sep 17 00:00:00 2001 From: Nikola Kovacs Date: Wed, 22 Jul 2015 10:54:34 +0200 Subject: [PATCH] Fix phpdoc it's not a function parameter --- NavBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */