hnhdigital-os/php-linode-api

View on GitHub

Showing 224 of 224 total issues

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

            'volume_id' => $volume_id,
Severity: Minor
Found in src/endpoints/Volume.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 '$ticket_id' which will lead to PHP notices.
Open

            'ticket_id' => $ticket_id,
Severity: Minor
Found in src/endpoints/Support/Ticket.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 '$node_balancer_id' which will lead to PHP notices.
Open

            'node_balancer_id' => $node_balancer_id,
Severity: Minor
Found in src/endpoints/Nodebalancer.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 '$ticket_id' which will lead to PHP notices.
Open

            'ticket_id' => $ticket_id,
Severity: Minor
Found in src/endpoints/Support/Ticket.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 '$credential_id' which will lead to PHP notices.
Open

            'credential_id' => $credential_id,
Severity: Minor
Found in src/endpoints/Managed/Credential.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 '$service_id' which will lead to PHP notices.
Open

            'service_id' => $service_id,
Severity: Minor
Found in src/endpoints/Managed/Service.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 '$volume_id' which will lead to PHP notices.
Open

            'volume_id' => $volume_id,
Severity: Minor
Found in src/endpoints/Volume.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 '$node_balancer_id' which will lead to PHP notices.
Open

            'node_balancer_id' => $node_balancer_id,

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 '$event_id' which will lead to PHP notices.
Open

            'event_id' => $event_id,
Severity: Minor
Found in src/endpoints/Account/Event.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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,
Severity: Minor
Found in src/endpoints/Linode/Instance.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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,
Severity: Minor
Found in src/endpoints/Linode/Instance.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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,

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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,
Severity: Minor
Found in src/endpoints/Linode/Instance.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 '$service_id' which will lead to PHP notices.
Open

            'service_id' => $service_id,
Severity: Minor
Found in src/endpoints/Managed/Service.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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,
Severity: Minor
Found in src/endpoints/Linode/Instance.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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,
Severity: Minor
Found in src/endpoints/Linode/Instance.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 '$event_id' which will lead to PHP notices.
Open

            'event_id' => $event_id,
Severity: Minor
Found in src/endpoints/Account/Event.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 '$domain_id' which will lead to PHP notices.
Open

            'domain_id' => $domain_id,
Severity: Minor
Found in src/endpoints/Domain.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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,
Severity: Minor
Found in src/endpoints/Linode/Instance.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 '$linode_id' which will lead to PHP notices.
Open

            'linode_id' => $linode_id,
Severity: Minor
Found in src/endpoints/Linode/Instance.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

Severity
Category
Status
Source
Language