Showing 2 of 7 total issues
Boleto
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Boleto implements ParserInteface
{
/**
* @var string
*/
- Create a ticketCreate a ticket
Method exportarArquivoRemessa
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function exportarArquivoRemessa(Boleto\Conta $conta)
{
try {
$response = $this->httpClient->post('arquivos/cnab/remessas', [
'form_params' => $conta->parser('remessa'),
- Create a ticketCreate a ticket