Passed
Push — master ( cc7747...d2190f )
by Mihail
10:36
created
Apps/Controller/Admin/Content.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Ffcms\Core\Exception\NativeException;
20 20
 use Ffcms\Core\Exception\NotFoundException;
21 21
 use Ffcms\Core\Exception\SyntaxException;
22
-use Ffcms\Core\Helper\FileSystem\Directory;
23 22
 use Ffcms\Core\Helper\HTML\SimplePagination;
24 23
 use Ffcms\Core\Helper\Type\Obj;
25 24
 
Please login to merge, or discard this patch.
Apps/Controller/Admin/Main.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 use Ffcms\Core\Helper\Environment;
14 14
 use Ffcms\Core\Helper\FileSystem\Directory;
15 15
 use Ffcms\Core\Helper\FileSystem\File;
16
-use Ffcms\Core\Helper\Type\Arr;
17
-use Ffcms\Core\Helper\Type\Integer;
18 16
 use Ffcms\Core\Helper\Type\Str;
19 17
 use Symfony\Component\HttpFoundation\Cookie;
20 18
 
Please login to merge, or discard this patch.
Apps/Controller/Admin/Contenttag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         
36 36
         // render view output
37 37
         return $this->view->render('index', [
38
-           'model' => $model
38
+            'model' => $model
39 39
         ]);
40 40
     }
41 41
 }
42 42
\ No newline at end of file
Please login to merge, or discard this patch.
Apps/Model/Admin/User/FormUserSettings.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-    * Load configs from app data
31
-    */
30
+     * Load configs from app data
31
+     */
32 32
     public function before()
33 33
     {
34 34
         if ($this->_config === null) {
Please login to merge, or discard this patch.