Completed
Branch master (5074d1)
by Iurii
01:51
created
controllers/Editor.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.