Completed
Pull Request — master (#1936)
by
unknown
01:58
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/ThemeConfig.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace luya\theme;
4 4
 
5
-use luya\helpers\FileHelper;
6 5
 use Yii;
7 6
 use luya\helpers\Json;
8 7
 use yii\base\BaseObject;
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
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use luya\helpers\Json;
6 6
 use Yii;
7 7
 use luya\Exception;
8
-use yii\base\InvalidConfigException;
9 8
 
10 9
 /**
11 10
  * Theme for LUYA.
Please login to merge, or discard this patch.