Completed
Pull Request — master (#12871)
by Angel
10:20 queued 13s
created
framework/web/ViewAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use Yii;
11 11
 use yii\base\Action;
12
-use yii\base\InvalidParamException;
13 12
 use yii\base\ViewNotFoundException;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
framework/validators/FileValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace yii\validators;
9 9
 
10 10
 use Yii;
11
-use yii\helpers\ArrayHelper;
12 11
 use yii\helpers\Html;
13 12
 use yii\helpers\Json;
14 13
 use yii\helpers\StringHelper;
Please login to merge, or discard this patch.