millerp/boleto-cloud-sdk

View on GitHub

Showing 2 of 7 total issues

Boleto has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

class Boleto implements ParserInteface
{
    /**
     * @var string
     */
Severity: Minor
Found in src/Api/Boleto.php - About 3 hrs to fix

Method exportarArquivoRemessa has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function exportarArquivoRemessa(Boleto\Conta $conta)
    {
        try {
            $response = $this->httpClient->post('arquivos/cnab/remessas', [
                'form_params' => $conta->parser('remessa'),
Severity: Minor
Found in src/Api/Client.php - About 1 hr to fix
Severity
Category
Status
Source
Language