Completed
Pull Request — 2.1 (#14865)
by
unknown
09:47
created
framework/validators/IpValidator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,10 +9,7 @@
 block discarded – undo
9 9
 
10 10
 use Yii;
11 11
 use yii\base\InvalidConfigException;
12
-use yii\helpers\Html;
13 12
 use yii\helpers\IpHelper;
14
-use yii\helpers\Json;
15
-use yii\web\JsExpression;
16 13
 
17 14
 /**
18 15
  * The validator checks if the attribute value is a valid IPv4/IPv6 address or subnet.
Please login to merge, or discard this patch.