Kanti/htmly-installer

View on GitHub

Showing 765 of 765 total issues

Line indented incorrectly; expected 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

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

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 0
Open

Severity: Minor
Found in htmly-installer.php by phpcodesniffer

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            $this->backedName . ".phar");
Severity: Minor
Found in backer.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

return ($backer->run());
Severity: Minor
Found in backer.php by phpcodesniffer

Expected 1 space after closing parenthesis; found "//new Backed?\n"
Open

if (require_once "backer.php")//new Backed?
Severity: Minor
Found in index.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            $this->backedName . ".phar");
Severity: Minor
Found in backer.php by phpcodesniffer

No space found after comma in function call
Open

file_put_contents(dirname($_SERVER["SCRIPT_FILENAME"]) . "/test.php",'
Severity: Minor
Found in index.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

new HTMLy\Settings;
Severity: Minor
Found in index.php by phpcodesniffer

The variable $L is not named in camelCase.
Open

Severity: Minor
Found in htmly-installer.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $L is not named in camelCase.
Open

Severity: Minor
Found in htmly-installer.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $L is not named in camelCase.
Open

Severity: Minor
Found in htmly-installer.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

Severity
Category
Status
Source
Language