Completed
Push — php7-remove-phpunit-compat ( 9a3480...8378c0 )
by Alexander
11:59
created
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
 
17 15
 /**
Please login to merge, or discard this patch.
framework/web/Response.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;
11 11
 use yii\base\InvalidArgumentException;
12 12
 use yii\base\InvalidConfigException;
13
-use yii\base\InvalidParamException;
14 13
 use yii\helpers\FileHelper;
15 14
 use yii\helpers\Inflector;
16 15
 use yii\helpers\StringHelper;
Please login to merge, or discard this patch.