@@ -45,7 +45,7 @@ |
||
45 | 45 | /** |
46 | 46 | * Settings form |
47 | 47 | * |
48 | - * @return Response |
|
48 | + * @return string |
|
49 | 49 | */ |
50 | 50 | public function actionIndex() |
51 | 51 | { |
@@ -14,7 +14,6 @@ |
||
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 |
@@ -18,7 +18,6 @@ |
||
18 | 18 | |
19 | 19 | /** |
20 | 20 | * Renders menu with given options. |
21 | - * @param mixed $config |
|
22 | 21 | * @return string rendered menu |
23 | 22 | */ |
24 | 23 | public function render($options = []); |