Passed
Branch master (547da1)
by Ioannes
02:13 queued 14s
created
src/BxKint.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,9 @@
 block discarded – undo
79 79
         global $USER;
80 80
 
81 81
         if(is_object($USER)) {
82
-            if($USER->IsAdmin())  return true;
82
+            if($USER->IsAdmin()) {
83
+                return true;
84
+            }
83 85
             if(class_exists('CTopPanel')) {
84 86
                 return \CTopPanel::shouldShowPanel();
85 87
             }
Please login to merge, or discard this patch.