Completed
Push — master ( a3501e...fddb34 )
by Carsten
10:29
created
framework/db/sqlite/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\sqlite;
9 9
 
10 10
 use yii\db\Connection;
11
-use yii\db\Exception;
12 11
 use yii\base\InvalidParamException;
13 12
 use yii\base\NotSupportedException;
14 13
 use yii\db\Expression;
Please login to merge, or discard this patch.
framework/console/controllers/BaseMigrateController.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\console\Controller;
14 14
 use yii\helpers\Console;
15 15
 use yii\helpers\FileHelper;
16
-use yii\helpers\StringHelper;
17 16
 
18 17
 /**
19 18
  * BaseMigrateController is the base class for migrate controllers.
Please login to merge, or discard this patch.