Browse Source

Merge pull request #67 from nkovacs/patch-1

Fix phpdoc
tags/2.0.5
Paul Klimov 9 years ago
parent
commit
6787348a36
  1. 2
      NavBar.php

2
NavBar.php

@ -61,7 +61,7 @@ class NavBar extends Widget
*/ */
public $brandLabel = false; 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 * 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. * [[\yii\web\Application::homeUrl]] will be used.
*/ */

Loading…
Cancel
Save