fucongcong/framework

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

Summary

Maintainability
A
0 mins
Test Coverage

Showing 5 of 5 total issues

The closing brace for the class must go on the next line after the body
Open

}
Severity: Minor
Found in core/Group/Config/Config.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/Config/Config.php by phpcodesniffer

Opening brace should be on a new line
Open

public static function getInstance(){
Severity: Minor
Found in core/Group/Config/Config.php by phpcodesniffer

Whitespace found at end of line
Open

{
Severity: Minor
Found in core/Group/Config/Config.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

if (!(self::$instance instanceof self)){
Severity: Minor
Found in core/Group/Config/Config.php by phpcodesniffer
Category
Status