From 1a81211a9aed4dd33dd210fabf9d26bfa3baf206 Mon Sep 17 00:00:00 2001 From: lynicidn Date: Tue, 3 Mar 2015 09:39:27 +0300 Subject: [PATCH] Update AssetManager #7535 #7535 --- framework/web/AssetManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/web/AssetManager.php b/framework/web/AssetManager.php index a67ac93da1..61f417c370 100644 --- a/framework/web/AssetManager.php +++ b/framework/web/AssetManager.php @@ -64,11 +64,11 @@ class AssetManager extends Component */ public $bundles = []; /** - * @return string the root directory storing the published asset files. + * @var string the root directory storing the published asset files. */ public $basePath = '@webroot/assets'; /** - * @return string the base URL through which the published asset files can be accessed. + * @var string the base URL through which the published asset files can be accessed. */ public $baseUrl = '@web/assets'; /**