bitpay/php-bitpay-client

View on GitHub
src/Bitpay/Client/Adapter/CurlAdapter.php

Summary

Maintainability
A
1 hr
Test Coverage

Method sendRequest has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function sendRequest(RequestInterface $request)
    {
        $curl = curl_init();

        $default_curl_options = $this->getCurlDefaultOptions($request);
Severity: Minor
Found in src/Bitpay/Client/Adapter/CurlAdapter.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status