Skip to content

Commit

Permalink
Estava somando na posição 'erros' que não estava inicializada.
Browse files Browse the repository at this point in the history
  • Loading branch information
devguar committed Feb 7, 2018
1 parent bc68975 commit e109456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cnab/Retorno/Cnab400/Banco/Banrisul.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ protected function init()
{
$this->totais = [
'liquidados' => 0,
'erros' => 0,
'entradas' => 0,
'baixados' => 0,
'protestados' => 0,
Expand Down

0 comments on commit e109456

Please sign in to comment.