bitpay/php-bitpay-client

View on GitHub
src/Bitpay/PublicKey.php

Summary

Maintainability
A
1 hr
Test Coverage

Method generate has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function generate(PrivateKey $privateKey = null)
    {
        if ($privateKey instanceof PrivateKey) {
            $this->setPrivateKey($privateKey);
        }
Severity: Minor
Found in src/Bitpay/PublicKey.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status