andersondanilo/CnabPHP

View on GitHub
src/Cnab/Retorno/Cnab240/Detalhe.php

Summary

Maintainability
B
5 hrs
Test Coverage
F
0%

Detalhe has 32 functions (exceeds 20 allowed). Consider refactoring.
Open

class Detalhe extends \Cnab\Format\Linha implements \Cnab\Retorno\IDetalhe
{
    public $codigo_banco;
    public $arquivo;

Severity: Minor
Found in src/Cnab/Retorno/Cnab240/Detalhe.php - About 4 hrs to fix

    Method getCodigoNome has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getCodigoNome()
        {
            $codigo = (int) $this->getCodigo();
    
            $table = array(
    Severity: Minor
    Found in src/Cnab/Retorno/Cnab240/Detalhe.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status