gerencianet/gn-api-sdk-php

View on GitHub
src/Gerencianet/ApiRequest.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    public function send($method, $route, $body)
    {
        if (!$this->auth->expires || $this->auth->expires <= time()) {
            $this->auth->authorize();
        }
Severity: Minor
Found in src/Gerencianet/ApiRequest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status