Completed
Push — 2.1 ( ee81a0...83fa82 )
by
unknown
14:49
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
@@ -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.