fucongcong/framework

View on GitHub
core/Group/Log/Log.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 3 of 3 total issues

The method writeLog uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Open

} else {
$path = __ROOT__;
}
Severity: Minor
Found in core/Group/Log/Log.php by phpmd

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

}
Severity: Minor
Found in core/Group/Log/Log.php by phpcodesniffer

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

}
Severity: Minor
Found in core/Group/Log/Log.php by phpcodesniffer

There are no issues that match your filters.

Category
Status