diff --git a/framework/console/Controller.php b/framework/console/Controller.php index fca10d7835..834a3ffcff 100644 --- a/framework/console/Controller.php +++ b/framework/console/Controller.php @@ -140,7 +140,6 @@ class Controller extends \yii\base\Controller throw new Exception(Yii::t('yii', 'Missing required arguments: {params}', ['params' => implode(', ', $missing)])); } - // #9823 foreach ($params as $value) { $args[] = $value; }