Completed
Push — master ( a3009f...466ba7 )
by Andrii
02:40
created
src/controllers/SettingsController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * Settings form
47 47
      *
48
-     * @return Response
48
+     * @return string
49 49
      */
50 50
     public function actionIndex()
51 51
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use hiqdev\thememanager\models\Settings;
15 15
 use hiqdev\thememanager\Module;
16 16
 use hiqdev\thememanager\storage\SettingsStorageInterface;
17
-use hiqdev\thememanager\ThemeManager;
18 17
 use Yii;
19 18
 use yii\web\Response;
20 19
 
Please login to merge, or discard this patch.