Completed
Pull Request — master (#15348)
by Dmitry
10:25
created
framework/db/pgsql/QueryBuilder.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\db\pgsql;
9 9
 
10 10
 use yii\base\InvalidParamException;
11
-use yii\db\ExpressionInterface;
12 11
 use yii\db\Query;
13 12
 use yii\helpers\StringHelper;
14 13
 
Please login to merge, or discard this patch.
framework/db/conditions/BetweenConditionBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use yii\db\ExpressionBuilderInterface;
6 6
 use yii\db\ExpressionBuilderTrait;
7 7
 use yii\db\ExpressionInterface;
8
-use yii\db\Query;
9 8
 
10 9
 /**
11 10
  * Class BetweenConditionBuilder builds objects of [[BetweenCondition]]
Please login to merge, or discard this patch.
framework/db/oci/QueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use yii\base\InvalidParamException;
11 11
 use yii\db\Connection;
12 12
 use yii\db\Exception;
13
-use yii\db\Expression;
14 13
 use yii\helpers\StringHelper;
15 14
 use yii\db\ExpressionInterface;
16 15
 
Please login to merge, or discard this patch.
framework/db/QueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use yii\base\NotSupportedException;
12 12
 use yii\db\conditions\ConditionInterface;
13 13
 use yii\db\conditions\HashCondition;
14
-use yii\helpers\ArrayHelper;
15 14
 use yii\helpers\StringHelper;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.