denpamusic/laravel-bitcoinrpc

View on GitHub

Showing 1 of 3 total issues

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

        [$topic, $payload, $sequence] = $message;
Severity: Minor
Found in src/ZeroMQ/Listener.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

Severity
Category
Status
Source
Language