Passed
Pull Request — dev (#103)
by Sergey
02:53
created
app/Controllers/ToolsController.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
         $results = [];
195 195
 
196 196
         foreach ($array as $key => $value) {
197
-            if (is_array($value) && ! empty($value)) {
197
+            if (is_array($value) && !empty($value)) {
198 198
                 $results = array_merge($results, $this->dotArray($value, $prepend . $key . '.'));
199 199
             } else {
200 200
                 $results[$prepend . $key] = $value;
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
     {
212 212
         $bytestotal = 0;
213 213
         $path       = realpath($path);
214
-        if ($path!==false && $path!=='' && file_exists($path)) {
214
+        if ($path !== false && $path !== '' && file_exists($path)) {
215 215
             foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path, FilesystemIterator::SKIP_DOTS)) as $object) {
216 216
                 $bytestotal += $object->getSize();
217 217
             }
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
     /**
13 13
      * __construct
14 14
      */
15
-     public function __construct()
16
-     {
15
+        public function __construct()
16
+        {
17 17
 
18
-     }
18
+        }
19 19
 
20 20
     /**
21 21
      * Index page
Please login to merge, or discard this patch.
bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 /**
24 24
  * Ensure vendor libraries exist
25 25
  */
26
-! is_file($admin_autoload = __DIR__ . '/vendor/autoload.php') and exit('Please run: <i>composer install</i> admin plugin');
26
+!is_file($admin_autoload = __DIR__ . '/vendor/autoload.php') and exit('Please run: <i>composer install</i> admin plugin');
27 27
 
28 28
 /**
29 29
  * Register The Auto Loader
Please login to merge, or discard this patch.
app/Controllers/ApiImagesController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
         $api_token_dir_path  = PATH['project'] . '/tokens' . '/images/' . $api_token;
113 113
         $api_token_file_path = $api_token_dir_path . '/token.yaml';
114 114
 
115
-        if (! Filesystem::has($api_token_file_path)) {
115
+        if (!Filesystem::has($api_token_file_path)) {
116 116
 
117 117
             Filesystem::createDir($api_token_dir_path);
118 118
 
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,10 +20,10 @@
 block discarded – undo
20 20
     /**
21 21
      * __construct
22 22
      */
23
-     public function __construct()
24
-     {
23
+        public function __construct()
24
+        {
25 25
 
26
-     }
26
+        }
27 27
 
28 28
     /**
29 29
      * Images Index page
Please login to merge, or discard this patch.
app/Controllers/ApiAccessController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
         $api_token_dir_path  = PATH['project'] . '/tokens' . '/access/' . $api_token;
113 113
         $api_token_file_path = $api_token_dir_path . '/token.yaml';
114 114
 
115
-        if (! Filesystem::has($api_token_file_path)) {
115
+        if (!Filesystem::has($api_token_file_path)) {
116 116
 
117 117
             Filesystem::createDir($api_token_dir_path);
118 118
 
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
     /**
23 23
      * __construct
24 24
      */
25
-     public function __construct()
26
-     {
25
+        public function __construct()
26
+        {
27 27
 
28
-     }
28
+        }
29 29
 
30 30
     /**
31 31
      * Access Index page
Please login to merge, or discard this patch.
app/Controllers/ApiEntriesController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         $api_token_dir_path  = PATH['project'] . '/tokens/entries/' . $api_token;
114 114
         $api_token_file_path = $api_token_dir_path . '/token.yaml';
115 115
 
116
-        if (! Filesystem::has($api_token_file_path)) {
116
+        if (!Filesystem::has($api_token_file_path)) {
117 117
 
118 118
             Filesystem::createDir($api_token_dir_path);
119 119
 
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
     /**
23 23
      * __construct
24 24
      */
25
-     public function __construct()
26
-     {
25
+        public function __construct()
26
+        {
27 27
 
28
-     }
28
+        }
29 29
 
30 30
     /**
31 31
      * Entries Index page
Please login to merge, or discard this patch.
app/Controllers/ApiRegistryController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         $api_token_dir_path  = PATH['project'] . '/tokens/registry/' . $api_token;
114 114
         $api_token_file_path = $api_token_dir_path . '/token.yaml';
115 115
 
116
-        if (! Filesystem::has($api_token_file_path)) {
116
+        if (!Filesystem::has($api_token_file_path)) {
117 117
 
118 118
             Filesystem::createDir($api_token_dir_path);
119 119
 
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,10 +20,10 @@
 block discarded – undo
20 20
     /**
21 21
      * __construct
22 22
      */
23
-     public function __construct()
24
-     {
23
+        public function __construct()
24
+        {
25 25
 
26
-     }
26
+        }
27 27
 
28 28
     /**
29 29
      * Registry Index page
Please login to merge, or discard this patch.
routes/web.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Flextype\Plugin\Acl\Middlewares\AclIsUserLoggedInMiddleware;
6 6
 use Flextype\Plugin\Acl\Middlewares\AclIsUserLoggedInRolesInMiddleware;
7 7
 
8
-flextype()->group('/' . $admin_route, function () : void {
8
+flextype()->group('/' . $admin_route, function() : void {
9 9
     // Dashboard
10 10
     flextype()->get('', 'DashboardController:index')->setName('admin.dashboard.index');
11 11
 
Please login to merge, or discard this patch.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,6 +93,6 @@
 block discarded – undo
93 93
     flextype()->post('/api/access/delete', 'ApiAccessController:deleteProcess')->setName('admin.api_access.deleteProcess');
94 94
 
95 95
 })->add(new AclIsUserLoggedInMiddleware(['redirect' => 'admin.accounts.login']))
96
-  ->add(new AclIsUserLoggedInRolesInMiddleware(['redirect' => (flextype('acl')->isUserLoggedIn() ? 'admin.accounts.no-access' : 'admin.accounts.login'),
96
+    ->add(new AclIsUserLoggedInRolesInMiddleware(['redirect' => (flextype('acl')->isUserLoggedIn() ? 'admin.accounts.no-access' : 'admin.accounts.login'),
97 97
                                                 'roles' => 'admin']))
98
-  ->add('csrf');
98
+    ->add('csrf');
Please login to merge, or discard this patch.
dependencies.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -42,13 +42,13 @@
 block discarded – undo
42 42
 $_admin_js  = (flextype('registry')->has('assets.admin.js')) ? flextype('registry')->get('assets.admin.js') : [];
43 43
 
44 44
 flextype('registry')->set('assets.admin.css',
45
-                           array_merge($_admin_css,
46
-                           ['project/plugins/admin/assets/dist/css/admin-vendor-build.min.css',
45
+                            array_merge($_admin_css,
46
+                            ['project/plugins/admin/assets/dist/css/admin-vendor-build.min.css',
47 47
                             'project/plugins/admin/assets/dist/css/admin-build.min.css']));
48 48
 
49 49
 flextype('registry')->set('assets.admin.js',
50
-                       array_merge($_admin_js,
51
-                       ['project/plugins/admin/assets/dist/js/admin-vendor-build.min.js']));
50
+                        array_merge($_admin_js,
51
+                        ['project/plugins/admin/assets/dist/js/admin-vendor-build.min.js']));
52 52
 
53 53
 flextype()->container()['DashboardController'] = static function () {
54 54
     return new DashboardController();
Please login to merge, or discard this patch.
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@  discard block
 block discarded – undo
31 31
 
32 32
 // Add Admin Navigation
33 33
 flextype('registry')->set('plugins.admin.settings.navigation.content.entries', ['title' => __('admin_entries'), 'icon' => 'fas fa-database', 'link' => flextype('router')->pathFor('admin.entries.index')]);
34
-flextype('registry')->set('plugins.admin.settings.navigation.extends.plugins', ['title' => __('admin_plugins'),'icon' => 'fas fa-plug', 'link' => flextype('router')->pathFor('admin.plugins.index')]);
35
-flextype('registry')->set('plugins.admin.settings.navigation.system.tools', ['title' => __('admin_tools'),'icon' => 'fas fa-toolbox', 'link' => flextype('router')->pathFor('admin.tools.index')]);
36
-flextype('registry')->set('plugins.admin.settings.navigation.system.api', ['title' => __('admin_api'),'icon' => 'fas fa-network-wired', 'link' => flextype('router')->pathFor('admin.api.index')]);
34
+flextype('registry')->set('plugins.admin.settings.navigation.extends.plugins', ['title' => __('admin_plugins'), 'icon' => 'fas fa-plug', 'link' => flextype('router')->pathFor('admin.plugins.index')]);
35
+flextype('registry')->set('plugins.admin.settings.navigation.system.tools', ['title' => __('admin_tools'), 'icon' => 'fas fa-toolbox', 'link' => flextype('router')->pathFor('admin.tools.index')]);
36
+flextype('registry')->set('plugins.admin.settings.navigation.system.api', ['title' => __('admin_api'), 'icon' => 'fas fa-network-wired', 'link' => flextype('router')->pathFor('admin.api.index')]);
37 37
 
38 38
 /**
39 39
  * Add Assets
@@ -50,50 +50,50 @@  discard block
 block discarded – undo
50 50
                        array_merge($_admin_js,
51 51
                        ['project/plugins/admin/assets/dist/js/admin-vendor-build.min.js']));
52 52
 
53
-flextype()->container()['DashboardController'] = static function () {
53
+flextype()->container()['DashboardController'] = static function() {
54 54
     return new DashboardController();
55 55
 };
56 56
 
57
-flextype()->container()['SettingsController'] = static function () {
57
+flextype()->container()['SettingsController'] = static function() {
58 58
     return new SettingsController();
59 59
 };
60 60
 
61
-flextype()->container()['PluginsController'] = static function () {
61
+flextype()->container()['PluginsController'] = static function() {
62 62
     return new PluginsController();
63 63
 };
64 64
 
65
-flextype()->container()['EntriesController'] = static function () {
65
+flextype()->container()['EntriesController'] = static function() {
66 66
     return new EntriesController();
67 67
 };
68 68
 
69
-flextype()->container()['ToolsController'] = static function () {
69
+flextype()->container()['ToolsController'] = static function() {
70 70
     return new ToolsController();
71 71
 };
72 72
 
73
-flextype()->container()['ApiController'] = static function () {
73
+flextype()->container()['ApiController'] = static function() {
74 74
     return new ApiController();
75 75
 };
76 76
 
77
-flextype()->container()['ApiEntriesController'] = static function () {
77
+flextype()->container()['ApiEntriesController'] = static function() {
78 78
     return new ApiEntriesController();
79 79
 };
80 80
 
81
-flextype()->container()['ApiFilesController'] = static function () {
81
+flextype()->container()['ApiFilesController'] = static function() {
82 82
     return new ApiFilesController();
83 83
 };
84 84
 
85
-flextype()->container()['ApiFoldersController'] = static function () {
85
+flextype()->container()['ApiFoldersController'] = static function() {
86 86
     return new ApiFoldersController();
87 87
 };
88 88
 
89
-flextype()->container()['ApiImagesController'] = static function () {
89
+flextype()->container()['ApiImagesController'] = static function() {
90 90
     return new ApiImagesController();
91 91
 };
92 92
 
93
-flextype()->container()['ApiAccessController'] = static function () {
93
+flextype()->container()['ApiAccessController'] = static function() {
94 94
     return new ApiAccessController();
95 95
 };
96 96
 
97
-flextype()->container()['ApiRegistryController'] = static function () {
97
+flextype()->container()['ApiRegistryController'] = static function() {
98 98
     return new ApiRegistryController();
99 99
 };
Please login to merge, or discard this patch.
app/Controllers/DashboardController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
     /**
13 13
      * __construct
14 14
      */
15
-     public function __construct()
16
-     {
15
+        public function __construct()
16
+        {
17 17
 
18
-     }
18
+        }
19 19
 
20 20
     /**
21 21
      * Index page
Please login to merge, or discard this patch.