@@ -305,7 +305,7 @@ |
||
305 | 305 | |
306 | 306 | /** |
307 | 307 | * Validates a submitted data when editing a theme file |
308 | - * @return bool |
|
308 | + * @return null|boolean |
|
309 | 309 | */ |
310 | 310 | protected function validateEditor() |
311 | 311 | { |
@@ -9,9 +9,9 @@ |
||
9 | 9 | |
10 | 10 | namespace gplcart\modules\editor\controllers; |
11 | 11 | |
12 | -use gplcart\core\models\Module as ModuleModel, |
|
13 | - gplcart\modules\twig\Twig as TwigModule, |
|
14 | - gplcart\modules\editor\models\Editor as EditorModuleModel; |
|
12 | +use gplcart\core\models\Module as ModuleModel; |
|
13 | +use gplcart\modules\twig\Twig as TwigModule; |
|
14 | +use gplcart\modules\editor\models\Editor as EditorModuleModel; |
|
15 | 15 | use gplcart\core\controllers\backend\Controller as BackendController; |
16 | 16 | |
17 | 17 | /** |