Passed
Push — dev6 ( 3707eb...1f439a )
by Ron
20:26
created
app/Actions/BuildNavbar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         $admin   = $this->getAdminNavbar();
21 21
         $navBar  = $this->getPrimaryNavbar();
22 22
         $modules = $this->getModules();
23
-        array_splice($navBar, 1, 0, $admin);    //  Move the Admin link just under the Dashboard link
23
+        array_splice($navBar, 1, 0, $admin); //  Move the Admin link just under the Dashboard link
24 24
 
25 25
         return array_merge($navBar, $modules);
26 26
     }
Please login to merge, or discard this patch.
app/Actions/BuildAdminMenu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
             if(count($modNav) > 0)
212 212
             {
213 213
                 //  Split Camel Case name into normal name
214
-                $nav[implode(' ',preg_split('/(?=[A-Z])/', $module->getName()))] = $modNav;
214
+                $nav[implode(' ', preg_split('/(?=[A-Z])/', $module->getName()))] = $modNav;
215 215
             }
216 216
         }
217 217
 
Please login to merge, or discard this patch.