Completed
Push — 2.1 ( ac167c...b997fd )
by Alexander
21:40 queued 07:46
created
framework/web/Response.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use yii\helpers\StringHelper;
17 17
 use yii\helpers\Url;
18 18
 use yii\http\CookieCollection;
19
-use yii\http\HeaderCollection;
20 19
 use yii\http\MemoryStream;
21 20
 use yii\http\MessageTrait;
22 21
 use yii\http\ResourceStream;
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\InvalidConfigException;
13 13
 use yii\base\InvalidArgumentException;
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/pgsql/QueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace yii\db\pgsql;
9 9
 
10
-use yii\base\InvalidParamException;
11 10
 use yii\helpers\StringHelper;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
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
 use yii\helpers\StringHelper;
17 15
 
Please login to merge, or discard this patch.