Completed
Push — 2.1 ( 7ce415...66b6e4 )
by Alexander
09:39
created
framework/db/pgsql/QueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace yii\db\pgsql;
9 9
 
10
-use yii\base\InvalidParamException;
11 10
 use yii\helpers\StringHelper;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
framework/db/sqlite/QueryBuilder.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 use yii\base\InvalidArgumentException;
11 11
 use yii\base\NotSupportedException;
12 12
 use yii\db\Connection;
13
-use yii\db\Exception;
14
-use yii\db\Expression;
15 13
 use yii\db\Query;
16 14
 use yii\helpers\StringHelper;
17 15
 
Please login to merge, or discard this patch.