Completed
Push — master ( f37f83...d7d6a2 )
by Andrii
07:50 queued 06:32
created
src/conditions/SimpleConditionBuilder.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\db\ExpressionBuilderInterface;
11 11
 use yii\db\ExpressionBuilderTrait;
12 12
 use yii\db\ExpressionInterface;
13
-use yii\db\Query;
14 13
 
15 14
 /**
16 15
  * Class NotConditionBuilder builds objects of [[SimpleCondition]]
Please login to merge, or discard this patch.
src/Schema.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use yii\cache\Cache;
15 15
 use yii\cache\CacheInterface;
16 16
 use yii\cache\TagDependency;
17
-use yii\helpers\StringHelper;
18 17
 use yii\helpers\Yii;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.