mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-08-30 12:45:32 +08:00
Apply fixes from StyleCI
This commit is contained in:
@@ -174,7 +174,7 @@ class Debug
|
||||
$output = '<pre>' . $label . $output . '</pre>';
|
||||
}
|
||||
if ($echo) {
|
||||
echo ($output);
|
||||
echo($output);
|
||||
return;
|
||||
} else {
|
||||
return $output;
|
||||
|
||||
Reference in New Issue
Block a user