Showing 1,422 of 1,422 total issues

Opening brace should be on a new line
Open

    static function get_events_for_tags($tag_ids, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 8
Open

        case "end_time":
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected at least 20 spaces, found 16
Open

                $edate->setDate($new_date["year"], $new_date["month"], $new_date["day"]);
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected at least 16 spaces, found 12
Open

            $event["statustime"] = $edate->getTimeStamp();
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 8
Open

        case "incident_cause":
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function get_configuration($name = null) {
Severity: Minor
Found in phplib/Configuration.php by phpcodesniffer

No space found after comma in function call
Open

                    array_push($values,"gcal");
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Line indented incorrectly; expected at least 16 spaces, found 12
Open

            $edate = new DateTime("@$starttime");
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                if ( isset( $postmortem['created'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Line indented incorrectly; expected 16 spaces, found 12
Open

            } elseif ($key == "start_date") {
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected at least 16 spaces, found 12
Open

            $event["tldr"] = $value;
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

                if ( isset( $postmortem['problem_type'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Line indented incorrectly; expected at least 20 spaces, found 16
Open

                return;
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 8
Open

        case "end_date":
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected at least 20 spaces, found 16
Open

                $app->response->status(400);
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 8
Open

        case "detect_date":
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 8
Open

        case "start_date":
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

                if ( isset( $postmortem['impact_type'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Line indented incorrectly; expected at least 20 spaces, found 16
Open

                return;
Severity: Minor
Found in htdocs/index.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function save_forum($forum, $conn = null) {
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer
Severity
Category
Status
Source
Language