Showing 20,971 of 20,976 total issues

The variable $first_a is not named in camelCase.
Open

    protected function lib_mix($args)
    {
        if ($args[0] != 'list' || count($args[2]) < 3) {
            $this->throwError('mix expects (color1, color2, weight)');
        }

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

    protected function toHSL($color)
    {
        if ($color[0] == 'hsl') {
            return $color;
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function lib_mix($args)
    {
        if ($args[0] != 'list' || count($args[2]) < 3) {
            $this->throwError('mix expects (color1, color2, weight)');
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function toHSL($color)
    {
        if ($color[0] == 'hsl') {
            return $color;
        }

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

    protected function lib_mix($args)
    {
        if ($args[0] != 'list' || count($args[2]) < 3) {
            $this->throwError('mix expects (color1, color2, weight)');
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function lib_mix($args)
    {
        if ($args[0] != 'list' || count($args[2]) < 3) {
            $this->throwError('mix expects (color1, color2, weight)');
        }

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

    protected function toHSL($color)
    {
        if ($color[0] == 'hsl') {
            return $color;
        }

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

    protected function toHSL($color)
    {
        if ($color[0] == 'hsl') {
            return $color;
        }

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

    protected function toHSL($color)
    {
        if ($color[0] == 'hsl') {
            return $color;
        }

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

    protected function toRGB($color)
    {
        if ($color[0] == 'color') {
            return $color;
        }

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

    protected function toHSL($color)
    {
        if ($color[0] == 'hsl') {
            return $color;
        }

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

    protected function toHSL($color)
    {
        if ($color[0] == 'hsl') {
            return $color;
        }

CamelCaseVariableName

Since: 0.2

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

Example

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

Source

Severity
Category
Status
Source
Language