Skip to content

Commit

Permalink
Removing unsed uses
Browse files Browse the repository at this point in the history
  • Loading branch information
Ítalo Lelis de Vietro committed Nov 13, 2014
1 parent 1ccba22 commit 340cdf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/Cnab/Cnab240/Processor/CNAB240Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Umbrella\Ya\RetornoBoleto\Model\Empresa;
use Umbrella\Ya\RetornoBoleto\Model\Endereco;
use Umbrella\Ya\RetornoBoleto\RetornoInterface;
use Umbrella\Ya\RetornoBoleto\SegmentoFactory;

/**
* Classe para leitura_arquivos_retorno_cobranças_padrão CNAB240.<br/>
Expand Down
11 changes: 0 additions & 11 deletions src/Cnab/Cnab240/Segmento/AbstractSegmento.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,7 @@
namespace Umbrella\Ya\RetornoBoleto\Cnab\Cnab240\Segmento;

use DateTime;
use Exception;
use InvalidArgumentException;
use League\Flysystem\FileNotFoundException;
use Stringy\Stringy;
use Umbrella\Ya\RetornoBoleto\Cnab\Cnab150\Processor\CNAB150Processor;
use Umbrella\Ya\RetornoBoleto\Cnab\Cnab240\Processor\CNAB240Processor;
use Umbrella\Ya\RetornoBoleto\Cnab\Cnab400\Convenio\Processor\CNAB400Conv6Processor;
use Umbrella\Ya\RetornoBoleto\Cnab\Cnab400\Convenio\Processor\CNAB400Conv7Processor;
use Umbrella\Ya\RetornoBoleto\Exception\DetailSectionNotFoundException;
use Umbrella\Ya\RetornoBoleto\Exception\HeaderSectionNotFoundException;
use Umbrella\Ya\RetornoBoleto\Exception\InvalidHeaderException;
use Umbrella\Ya\RetornoBoleto\Exception\ReturnFileNotSupportedException;

/**
* Classe que identifica o tipo de arquivo de retorno sendo carregado e instancia a classe
Expand Down

0 comments on commit 340cdf5

Please sign in to comment.