Showing 20,971 of 20,976 total issues

The variable $json_body is not named in camelCase.
Open

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwt($id_token, $cert_location, $audience, $issuer, $max_expiry = null)
    {
        $auth = new Google_Auth_OAuth2($this);
        $certs = $auth->retrieveCertsFromLocation($cert_location);

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwt($id_token, $cert_location, $audience, $issuer, $max_expiry = null)
    {
        $auth = new Google_Auth_OAuth2($this);
        $certs = $auth->retrieveCertsFromLocation($cert_location);

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwt($id_token, $cert_location, $audience, $issuer, $max_expiry = null)
    {
        $auth = new Google_Auth_OAuth2($this);
        $certs = $auth->retrieveCertsFromLocation($cert_location);

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    protected function getMetadataCookie()
    {
        $cookie_name = $this->getMetadataCookieName();
        if (!array_key_exists($cookie_name, $_COOKIE)) {
            return [];

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    public function verifySignedJwtWithCerts(
        $jwt,
        $certs,
        $required_audience,
        $issuer = null,

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

    protected function getMetadataCookie()
    {
        $cookie_name = $this->getMetadataCookieName();
        if (!array_key_exists($cookie_name, $_COOKIE)) {
            return [];

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

    public function formUploadJson()
    {
        if (!Ajde::app()->getRequest()->hasPostParam('optionsId')) {
            return ['error' => 'Something went wrong'];
        }

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

    private function submission($crudId, $id)
    {
        $session = new Ajde_Session('AC.Crud');

        /* @var $crud Ajde_Crud */

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