Showing 20,971 of 20,976 total issues

The variable $GENPOLY is not named in camelCase.
Open

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function mask($width, $frame, $level)
    {
        $minDemerit = PHP_INT_MAX;
        $bestMaskNum = 0;
        $bestMask = [];

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

    public static function init_rs_char($symsize, $gfpoly, $fcr, $prim, $nroots, $pad)
    {
        // Common code for intializing a Reed-Solomon control block (char or int symbols)
        // Copyright 2004 Phil Karn, KA9Q
        // May be used under the terms of the GNU Lesser General Public License (LGPL)

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function mask($width, $frame, $level)
    {
        $minDemerit = PHP_INT_MAX;
        $bestMaskNum = 0;
        $bestMask = [];

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function mask($width, $frame, $level)
    {
        $minDemerit = PHP_INT_MAX;
        $bestMaskNum = 0;
        $bestMask = [];

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

    public static function init_rs_char($symsize, $gfpoly, $fcr, $prim, $nroots, $pad)
    {
        // Common code for intializing a Reed-Solomon control block (char or int symbols)
        // Copyright 2004 Phil Karn, KA9Q
        // May be used under the terms of the GNU Lesser General Public License (LGPL)

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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

    public function mask($width, $frame, $level)
    {
        $minDemerit = PHP_INT_MAX;
        $bestMaskNum = 0;
        $bestMask = [];

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

    public function encode_rs_char($data, &$parity)
    {
        $MM = &$this->mm;
        $NN = &$this->nn;
        $ALPHA_TO = &$this->alpha_to;

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