From e9700cd2d707470e0521d4c3dc9fac1741cc4a0a Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Mon, 20 May 2013 20:08:26 +0300 Subject: [PATCH] Do comments at "yii\console\controllers\AssetController::saveTargets()" has been adjusted. --- yii/console/controllers/AssetController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/yii/console/controllers/AssetController.php b/yii/console/controllers/AssetController.php index 4cfc103..ca7896c 100644 --- a/yii/console/controllers/AssetController.php +++ b/yii/console/controllers/AssetController.php @@ -407,7 +407,6 @@ class AssetController extends Controller * @param \yii\web\AssetBundle[] $targets list of asset bundles to be saved. * @param string $bundleFile output file name. * @throws \yii\console\Exception on failure. - * @return void */ protected function saveTargets($targets, $bundleFile) {