Completed
Push — schmunk42-patch-1 ( 1cc53f )
by Tobias
13:01
created
framework/web/DbSession.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use yii\db\PdoValue;
14 14
 use yii\db\Query;
15 15
 use yii\di\Instance;
16
-use yii\helpers\ArrayHelper;
17 16
 
18 17
 /**
19 18
  * DbSession extends [[Session]] by using database as session data storage.
Please login to merge, or discard this patch.
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.