Completed
Pull Request — master (#1936)
by
unknown
02:00
created
core/web/UrlManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace luya\web;
4 4
 
5 5
 use Yii;
6
-
7 6
 use yii\web\BadRequestHttpException;
8 7
 use yii\web\NotFoundHttpException;
9 8
 
Please login to merge, or discard this patch.
core/theme/Theme.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace luya\theme;
4 4
 
5
-use luya\helpers\Json;
6
-use Yii;
7
-use yii\base\BaseObject;
8 5
 use yii\base\InvalidConfigException;
9 6
 
10 7
 /**
Please login to merge, or discard this patch.
core/theme/ThemeManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace luya\theme;
4 4
 
5 5
 use luya\base\PackageConfig;
6
-use luya\helpers\Json;
7 6
 use Yii;
8 7
 use luya\Exception;
9 8
 use yii\base\InvalidConfigException;
Please login to merge, or discard this patch.