Completed
Pull Request — master (#15348)
by Dmitry
38:33
created
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/mssql/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\mssql;
9 9
 
10 10
 use yii\base\InvalidParamException;
11
-use yii\base\NotSupportedException;
12 11
 use yii\db\Expression;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
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\PdoValue;
13 12
 use yii\db\Query;
14 13
 use yii\helpers\StringHelper;
Please login to merge, or discard this patch.