Browse Source

Fix phpdoc

it's not a function parameter
tags/2.0.5
Nikola Kovacs 9 years ago
parent
commit
ef54b7f39f
  1. 2
      NavBar.php

2
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.
*/

Loading…
Cancel
Save