Commit e9700cd2 by Klimov Paul

Do comments at "yii\console\controllers\AssetController::saveTargets()" has been adjusted.

parent 670daf13
...@@ -407,7 +407,6 @@ class AssetController extends Controller ...@@ -407,7 +407,6 @@ class AssetController extends Controller
* @param \yii\web\AssetBundle[] $targets list of asset bundles to be saved. * @param \yii\web\AssetBundle[] $targets list of asset bundles to be saved.
* @param string $bundleFile output file name. * @param string $bundleFile output file name.
* @throws \yii\console\Exception on failure. * @throws \yii\console\Exception on failure.
* @return void
*/ */
protected function saveTargets($targets, $bundleFile) protected function saveTargets($targets, $bundleFile)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment