Kanti/htmly-installer

View on GitHub
htmly-installer.php

Summary

Maintainability
A
0 mins
Test Coverage

The method go() has an NPath complexity of 4608. The configured NPath complexity threshold is 200.
Open

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

NPathComplexity

Since: 0.1

The NPath complexity of a method is the number of acyclic execution paths through that method. A threshold of 200 is generally considered the point where measures should be taken to reduce complexity.

Example

class Foo {
    function bar() {
        // lots of complicated code
    }
}

Source https://phpmd.org/rules/codesize.html#npathcomplexity

The method go() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10.
Open

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

CyclomaticComplexity

Since: 0.1

Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

Example

// Cyclomatic Complexity = 11
class Foo {
1   public function example() {
2       if ($a == $b) {
3           if ($a1 == $b1) {
                fiddle();
4           } elseif ($a2 == $b2) {
                fiddle();
            } else {
                fiddle();
            }
5       } elseif ($c == $d) {
6           while ($c == $d) {
                fiddle();
            }
7        } elseif ($e == $f) {
8           for ($n = 0; $n < $h; $n++) {
                fiddle();
            }
        } else {
            switch ($z) {
9               case 1:
                    fiddle();
                    break;
10              case 2:
                    fiddle();
                    break;
11              case 3:
                    fiddle();
                    break;
                default:
                    fiddle();
                    break;
            }
        }
    }
}

Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$stat' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ret' which will lead to PHP notices.
Open

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

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Remove error control operator '@' on line 172.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 246.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 173.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 181.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 250.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 285.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 278.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 177.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 184.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 278.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

Remove error control operator '@' on line 167.
Open

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

ErrorControlOperator

Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

Example

function foo($filePath) {
    $file = @fopen($filPath); // hides exceptions
    $key = @$array[$notExistingKey]; // assigns null to $key
}

Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

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

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

ElseExpression

Since: 1.4.0

An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

Example

class Foo
{
    public function bar($flag)
    {
        if ($flag) {
            // one branch
        } else {
            // another branch
        }
    }
}

Source https://phpmd.org/rules/cleancode.html#elseexpression

Avoid assigning values to variables in if clauses and the like (line '207', column '5').
Open

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

IfStatementAssignment

Since: 2.7.0

Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

Example

class Foo
{
    public function bar($flag)
    {
        if ($foo = 'bar') { // possible typo
            // ...
        }
        if ($baz = 0) { // always false
            // ...
        }
    }
}

Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

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

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

ElseExpression

Since: 1.4.0

An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

Example

class Foo
{
    public function bar($flag)
    {
        if ($flag) {
            // one branch
        } else {
            // another branch
        }
    }
}

Source https://phpmd.org/rules/cleancode.html#elseexpression

Avoid assigning values to variables in if clauses and the like (line '199', column '5').
Open

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

IfStatementAssignment

Since: 2.7.0

Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

Example

class Foo
{
    public function bar($flag)
    {
        if ($foo = 'bar') { // possible typo
            // ...
        }
        if ($baz = 0) { // always false
            // ...
        }
    }
}

Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

The method go() contains an exit expression.
Open

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

ExitExpression

Since: 0.2

An exit-expression within regular code is untestable and therefore it should be avoided. Consider to move the exit-expression into some kind of startup script where an error/exception code is returned to the calling environment.

Example

class Foo {
    public function bar($param)  {
        if ($param === 42) {
            exit(23);
        }
    }
}

Source https://phpmd.org/rules/design.html#exitexpression

The method extractFile() contains an exit expression.
Open

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

ExitExpression

Since: 0.2

An exit-expression within regular code is untestable and therefore it should be avoided. Consider to move the exit-expression into some kind of startup script where an error/exception code is returned to the calling environment.

Example

class Foo {
    public function bar($param)  {
        if ($param === 42) {
            exit(23);
        }
    }
}

Source https://phpmd.org/rules/design.html#exitexpression

The method extractFile() contains an exit expression.
Open

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

ExitExpression

Since: 0.2

An exit-expression within regular code is untestable and therefore it should be avoided. Consider to move the exit-expression into some kind of startup script where an error/exception code is returned to the calling environment.

Example

class Foo {
    public function bar($param)  {
        if ($param === 42) {
            exit(23);
        }
    }
}

Source https://phpmd.org/rules/design.html#exitexpression

The method go() contains an exit expression.
Open

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

ExitExpression

Since: 0.2

An exit-expression within regular code is untestable and therefore it should be avoided. Consider to move the exit-expression into some kind of startup script where an error/exception code is returned to the calling environment.

Example

class Foo {
    public function bar($param)  {
        if ($param === 42) {
            exit(23);
        }
    }
}

Source https://phpmd.org/rules/design.html#exitexpression

Avoid unused local variables such as '$stat'.
Open

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

UnusedLocalVariable

Since: 0.2

Detects when a local variable is declared and/or assigned, but not used.

Example

class Foo {
    public function doSomething()
    {
        $i = 5; // Unused
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

Avoid unused local variables such as '$a'.
Open

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

UnusedLocalVariable

Since: 0.2

Detects when a local variable is declared and/or assigned, but not used.

Example

class Foo {
    public function doSomething()
    {
        $i = 5; // Unused
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

The method go() contains an exit expression.
Open

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

ExitExpression

Since: 0.2

An exit-expression within regular code is untestable and therefore it should be avoided. Consider to move the exit-expression into some kind of startup script where an error/exception code is returned to the calling environment.

Example

class Foo {
    public function bar($param)  {
        if ($param === 42) {
            exit(23);
        }
    }
}

Source https://phpmd.org/rules/design.html#exitexpression

Avoid unused parameters such as '$path'.
Open

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

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

The method go() contains an exit expression.
Open

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

ExitExpression

Since: 0.2

An exit-expression within regular code is untestable and therefore it should be avoided. Consider to move the exit-expression into some kind of startup script where an error/exception code is returned to the calling environment.

Example

class Foo {
    public function bar($param)  {
        if ($param === 42) {
            exit(23);
        }
    }
}

Source https://phpmd.org/rules/design.html#exitexpression

Avoid using short method names like Extract_Phar::go(). The configured minimum method name length is 3.
Open

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

ShortMethodName

Since: 0.2

Detects when very short method names are used.

Example

class ShortMethod {
    public function a( $index ) { // Violation
    }
}

Source https://phpmd.org/rules/naming.html#shortmethodname

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

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

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 103 and the first side effect is on line 3.
Open

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

Avoid variables with short names like $f. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $l. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $o. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

The class Extract_Phar is not named in CamelCase.
Open

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

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

Avoid variables with short names like $m. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $c. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $s. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $fp. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $L. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $m. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $fp. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $a. Configured minimum length is 3.
Open

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

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Visibility must be declared on method "go"
Open

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

Visibility must be declared on property "$origdir"
Open

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

Visibility must be declared on property "$temp"
Open

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

File has mixed line endings; this may cause incorrect results
Open

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

Method name "_unpack" should not be prefixed with an underscore to indicate visibility
Open

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

Visibility must be declared on method "extractFile"
Open

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

Possible use of short open tags detected; found: php
Open

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

Visibility must be declared on method "_removeTmpFiles"
Open

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

PHP keywords must be lowercase; expected "__halt_compiler" but found "__HALT_COMPILER"
Open

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

Visibility must be declared on method "_unpack"
Open

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

Method name "_removeTmpFiles" should not be prefixed with an underscore to indicate visibility
Open

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

Visibility must be declared on method "tmpdir"
Open

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

Possible use of short open tags detected; found: <?php echo $version['html_url']; ?>" targe...
Open

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

Possible use of short open tags detected; found: php
Open

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

Possible use of short open tags detected; found: <?php if ($version !== null) : ?>
Open

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

Possible use of short open tags detected; found: <?php else : ?>
Open

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

Possible use of short open tags detected; found: <?php endif; ?>
Open

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

Line exceeds 120 characters; contains 136 characters
Open

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

Line exceeds 120 characters; contains 158 characters
Open

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

Line exceeds 120 characters; contains 193 characters
Open

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

Line exceeds 120 characters; contains 193 characters
Open

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

Line exceeds 120 characters; contains 191 characters
Open

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

Line exceeds 120 characters; contains 149 characters
Open

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

Line exceeds 120 characters; contains 1308 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 173 characters
Open

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

Inline control structures are not allowed
Open

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

Line exceeds 120 characters; contains 193 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 179 characters
Open

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

Line exceeds 120 characters; contains 199 characters
Open

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

Line exceeds 120 characters; contains 199 characters
Open

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

Line exceeds 120 characters; contains 191 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 197 characters
Open

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

Line exceeds 120 characters; contains 197 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 177 characters
Open

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

Line exceeds 120 characters; contains 127 characters
Open

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

Line exceeds 120 characters; contains 168 characters
Open

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

Line exceeds 120 characters; contains 148 characters
Open

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

Line exceeds 120 characters; contains 132 characters
Open

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

Line exceeds 120 characters; contains 168 characters
Open

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

Line exceeds 120 characters; contains 156 characters
Open

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

Line exceeds 120 characters; contains 152 characters
Open

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

Line exceeds 120 characters; contains 134 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 153 characters
Open

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

Line exceeds 120 characters; contains 193 characters
Open

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

Line exceeds 120 characters; contains 139 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 189 characters
Open

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

Line exceeds 120 characters; contains 179 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 127 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 142 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 140 characters
Open

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

Line exceeds 120 characters; contains 138 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 122 characters
Open

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

Line exceeds 120 characters; contains 158 characters
Open

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

Line exceeds 120 characters; contains 172 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 128 characters
Open

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

Line exceeds 120 characters; contains 166 characters
Open

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

Line exceeds 120 characters; contains 150 characters
Open

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

Line exceeds 120 characters; contains 152 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 197 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 160 characters
Open

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

Line exceeds 120 characters; contains 134 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 166 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 148 characters
Open

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

Line exceeds 120 characters; contains 148 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 143 characters
Open

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

Line exceeds 120 characters; contains 177 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 153 characters
Open

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

Line exceeds 120 characters; contains 137 characters
Open

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

Line exceeds 120 characters; contains 173 characters
Open

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

Line exceeds 120 characters; contains 211 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 156 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 144 characters
Open

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

Line exceeds 120 characters; contains 158 characters
Open

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

Line exceeds 120 characters; contains 141 characters
Open

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

Line exceeds 120 characters; contains 160 characters
Open

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

Line exceeds 120 characters; contains 168 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 173 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 133 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 162 characters
Open

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

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 146 characters
Open

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

Line exceeds 120 characters; contains 132 characters
Open

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

Line exceeds 120 characters; contains 150 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 193 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 173 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 160 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 156 characters
Open

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

Line exceeds 120 characters; contains 136 characters
Open

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

Line exceeds 120 characters; contains 133 characters
Open

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

Line exceeds 120 characters; contains 142 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 139 characters
Open

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

Line exceeds 120 characters; contains 127 characters
Open

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

Line exceeds 120 characters; contains 134 characters
Open

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

Line exceeds 120 characters; contains 146 characters
Open

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

Line exceeds 120 characters; contains 152 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 160 characters
Open

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

Line exceeds 120 characters; contains 150 characters
Open

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

Line exceeds 120 characters; contains 154 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 193 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 136 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 187 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 155 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 166 characters
Open

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

Line exceeds 120 characters; contains 122 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 124 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 137 characters
Open

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

Line exceeds 120 characters; contains 177 characters
Open

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

Line exceeds 120 characters; contains 153 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 143 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 195 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 177 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 179 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 162 characters
Open

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

Line exceeds 120 characters; contains 155 characters
Open

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

Line exceeds 120 characters; contains 195 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 189 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 155 characters
Open

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

Line exceeds 120 characters; contains 155 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 132 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 127 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 153 characters
Open

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

Line exceeds 120 characters; contains 187 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 173 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 179 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 141 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 155 characters
Open

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

Line exceeds 120 characters; contains 149 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 191 characters
Open

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

Line exceeds 120 characters; contains 122 characters
Open

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

Line exceeds 120 characters; contains 149 characters
Open

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

Line exceeds 120 characters; contains 187 characters
Open

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

Line exceeds 120 characters; contains 137 characters
Open

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

Line exceeds 120 characters; contains 187 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 149 characters
Open

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

Line exceeds 120 characters; contains 179 characters
Open

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

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 177 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 141 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 191 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 155 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 130 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 141 characters
Open

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

Line exceeds 120 characters; contains 139 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 148 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 153 characters
Open

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

Line exceeds 120 characters; contains 155 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 127 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 203 characters
Open

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

Line exceeds 120 characters; contains 139 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 123 characters
Open

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

Line exceeds 120 characters; contains 177 characters
Open

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

Line exceeds 120 characters; contains 187 characters
Open

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

Line exceeds 120 characters; contains 187 characters
Open

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

Line exceeds 120 characters; contains 187 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 191 characters
Open

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

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 126 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 185 characters
Open

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

Line exceeds 120 characters; contains 139 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

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

Line exceeds 120 characters; contains 181 characters
Open

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

Line exceeds 120 characters; contains 149 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 179 characters
Open

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

Line exceeds 120 characters; contains 133 characters
Open

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

Line exceeds 120 characters; contains 139 characters
Open

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

Line exceeds 120 characters; contains 161 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 132 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 122 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 134 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 171 characters
Open

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

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 142 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 183 characters
Open

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

Line exceeds 120 characters; contains 122 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 127 characters
Open

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

Line exceeds 120 characters; contains 276 characters
Open

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

Line exceeds 120 characters; contains 147 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 126 characters
Open

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

Line exceeds 120 characters; contains 128 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 134 characters
Open

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

Line exceeds 120 characters; contains 130 characters
Open

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

Line exceeds 120 characters; contains 124 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 121 characters
Open

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

Line exceeds 120 characters; contains 1602 characters
Open

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

Line exceeds 120 characters; contains 138 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

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

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 133 characters
Open

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

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

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

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

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

Line indented incorrectly; expected at least 4 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 4 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 12 spaces, found 0
Open

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

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

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

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

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

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

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

Line indented incorrectly; expected at least 4 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 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 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 at least 4 spaces, found 0
Open

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

Line indented incorrectly; expected at least 4 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 at least 4 spaces, found 0
Open

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

Line indented incorrectly; expected at least 4 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 at least 16 spaces, found 0
Open

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

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

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

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

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

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

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

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

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

Line indented incorrectly; expected at least 4 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 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 4 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 4 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 at least 4 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 4 spaces, found 0
Open

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

Line indented incorrectly; expected at least 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 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 4 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 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

Class name "Extract_Phar" is not in camel caps format
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 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 4 spaces, found 0
Open

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

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

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

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

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

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

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

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

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

Line indented incorrectly; expected at least 4 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 at least 12 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 4 spaces, found 0
Open

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

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

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

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

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

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

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

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

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

Line indented incorrectly; expected at least 4 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 8 spaces, found 0
Open

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

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

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

Line indented incorrectly; expected at least 4 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 4 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 4 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 12 spaces, found 0
Open

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

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

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

Line indented incorrectly; expected at least 4 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 12 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 12 spaces, found 0
Open

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line indented incorrectly; expected at least 4 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 4 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 4 spaces, found 0
Open

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

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

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

Line indented incorrectly; expected at least 4 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 4 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 at least 4 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 at least 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 4 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 at least 16 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 4 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 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 4 spaces, found 0
Open

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

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

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

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

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

Line indented incorrectly; expected at least 4 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 at least 4 spaces, found 0
Open

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

Line indented incorrectly; expected at least 4 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 at least 8 spaces, found 0
Open

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

Line indented incorrectly; expected at least 16 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 4 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 12 spaces, found 0
Open

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

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

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

Line indented incorrectly; expected at least 16 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 20 spaces, found 0
Open

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

Line indented incorrectly; expected at least 20 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 at least 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 16 spaces, found 0
Open

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

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

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

Line indented incorrectly; expected at least 12 spaces, found 3
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 20 spaces, found 0
Open

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

Space before opening parenthesis of function call prohibited
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 12 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 16 spaces, found 0
Open

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

Line indented incorrectly; expected 16 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 12 spaces, found 0
Open

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

Line indented incorrectly; expected 16 spaces, found 0
Open

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

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

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

Line indented incorrectly; expected at least 8 spaces, found 1
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 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 at least 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 16 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 at least 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 16 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 20 spaces, found 0
Open

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

Line indented incorrectly; expected at least 16 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 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 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 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 12 spaces, found 0
Open

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

Line indented incorrectly; expected at least 16 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 12 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 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 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 12 spaces, found 0
Open

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

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

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

Line indented incorrectly; expected at least 20 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 at least 16 spaces, found 0
Open

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

Line indented incorrectly; expected at least 16 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 4 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 at least 16 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 8 spaces, found 0
Open

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

Line indented incorrectly; expected at least 4 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 16 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 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 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 at least 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 12 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 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 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 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 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 20 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 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 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 20 spaces, found 0
Open

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

Line indented incorrectly; expected at least 16 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

Space before opening parenthesis of function call prohibited
Open

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

Space before opening parenthesis of function call prohibited
Open

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

Line indented incorrectly; expected 16 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 at least 12 spaces, found 0
Open

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

Line indented incorrectly; expected at least 4 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 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 at least 20 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 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 at least 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 12 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

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

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

The method _unpack is not named in camelCase.
Open

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

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 _removeTmpFiles is not named in camelCase.
Open

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

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

There are no issues that match your filters.

Category
Status