Kylob/BootPress

View on GitHub

Showing 16,700 of 16,700 total issues

Expected 1 space after FOREACH keyword; 0 found
Open

Newline required after opening brace
Open

Closing brace must be on a line by itself
Open

Closing brace must be on a line by itself
Open

Expected 1 space after FOREACH keyword; 0 found
Open

Expected 1 space after closing parenthesis; found 0
Open

Newline required after opening brace
Open

Closing brace must be on a line by itself
Open

Expected 0 spaces after opening bracket; newline found
Open

        if (
Severity: Minor
Found in src/Auth/Component.php by phpcodesniffer

Closing brace must be on a line by itself
Open

            default: return; break;
Severity: Minor
Found in src/Geo/Component.php by phpcodesniffer

The method multi_query is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method store_result is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method fetch_row is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method next_result is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method fetch_field is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method fetch_row is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method _error is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method select_db is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method store_result is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method _convert is not named in camelCase.
Open

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

Severity
Category
Status
Source
Language