Completed
Pull Request — 2.1 (#15961)
by
unknown
12:41
created
framework/db/conditions/SimpleConditionBuilder.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 NotConditionBuilder builds objects of [[SimpleCondition]]
Please login to merge, or discard this patch.
framework/BaseYii.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 Psr\Log\LogLevel;
12 12
 use yii\base\InvalidArgumentException;
13 13
 use yii\base\InvalidConfigException;
14
-use yii\base\UnknownClassException;
15 14
 use yii\di\Container;
16 15
 use yii\di\Instance;
17 16
 use yii\helpers\VarDumper;
Please login to merge, or discard this patch.
framework/db/Schema.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use yii\caching\Cache;
16 16
 use yii\caching\CacheInterface;
17 17
 use yii\caching\TagDependency;
18
-use yii\helpers\StringHelper;
19 18
 
20 19
 /**
21 20
  * Schema is the base class for concrete DBMS-specific schema classes.
Please login to merge, or discard this patch.