From 9de1bbeeb914bf648867782525d57e06e8070d40 Mon Sep 17 00:00:00 2001 From: Christophe BOULAIN Date: Tue, 11 Mar 2014 11:15:21 +0100 Subject: [PATCH] Fix some references to removed Html::url in phpdoc --- NavBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NavBar.php b/NavBar.php index b61d09f..d1396a2 100644 --- a/NavBar.php +++ b/NavBar.php @@ -61,7 +61,7 @@ class NavBar extends Widget */ public $brandLabel; /** - * @param array|string $url the URL for the brand's hyperlink tag. This parameter will be processed by [[Html::url()]] + * @param array|string $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. If not set, [[\yii\web\Application::homeUrl]] will be used. */ public $brandUrl;