Passed
Push — master ( 0cbc1d...4828a2 )
by Fran
02:56 queued 15s
created
src/base/types/helpers/AdminHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $excluded_modules = explode(',', strtoupper(Config::getParam('hide.modules', '')));
48 48
         foreach ($systemRoutes as $params) {
49 49
             $module = strtoupper($params['module']);
50
-            if(in_array($module, $excluded_modules) && $module !== 'PSFS') {
50
+            if (in_array($module, $excluded_modules) && $module !== 'PSFS') {
51 51
                 continue;
52 52
             }
53 53
             if (isset($params['http']) && Request::VERB_GET === $params['http']
Please login to merge, or discard this patch.