Passed
Push — analysis-8Lp7Mo ( 8da1f8 )
by Greg
13:05 queued 04:33
created
app/Theme/AbstractTheme.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1113,10 +1113,10 @@
 block discarded – undo
1113 1113
     }
1114 1114
 
1115 1115
     /**
1116
-      * Generate a menu item for the control panel.
1117
-      *
1118
-      * @return Menu|null
1119
-      */
1116
+     * Generate a menu item for the control panel.
1117
+     *
1118
+     * @return Menu|null
1119
+     */
1120 1120
     public function menuControlPanel()
1121 1121
     {
1122 1122
         if (Auth::isAdmin()) {
Please login to merge, or discard this patch.