Completed
Push — master ( 5074d1...84990f )
by Iurii
04:17
created
controllers/Editor.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@
 block discarded – undo
316 316
     /**
317 317
      * Validates TWIG code
318 318
      * @param string $content
319
-     * @return boolean
319
+     * @return null|boolean
320 320
      */
321 321
     protected function validateTwigEditor($content)
322 322
     {
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 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\editor\models\Editor as EditorModuleModel;
12
+use gplcart\core\models\Module as ModuleModel;
13
+use gplcart\modules\editor\models\Editor as EditorModuleModel;
14 14
 use gplcart\core\controllers\backend\Controller as BackendController;
15 15
 
16 16
 /**
Please login to merge, or discard this patch.