Skip to content

Commit

Permalink
chore: corrigido estilo de código
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinsw committed Jun 22, 2023
1 parent b715488 commit fef2b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/NFe/Core/Nota.php
Original file line number Diff line number Diff line change
Expand Up @@ -1837,9 +1837,9 @@ public function getNode($name = null)
'PROCON-RJ: tel. 151, end. Av. Rio Branco, 25 - 5º andar, Centro/RJ.',
'CODECON: tel. 0800 282 7060, end. R. da Ajuda, 5, 2º andar, sala 201, Centro/RJ',
);
$_complemento = implode(' ', $informações_complementares);
$_complemento = implode(' ', $informações_complementares);
}
Util::appendNode($info_adic, 'infCpl', $_complemento);
Util::appendNode($info_adic, 'infCpl', $_complemento);
$this->getTotal()->setComplemento($_complemento);
if (!is_null($this->getObservacoes())) {
$_observacoes = $this->getObservacoes();
Expand Down
4 changes: 2 additions & 2 deletions src/NFe/Entity/Produto.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,10 @@ public static function getInformacoesProduto($tributos)
$ultimo = ' e ' . array_pop($detalhes);
}
$texto = 'Trib. aprox.: ' . implode(', ', $detalhes) . $ultimo . '. ' . $fonte;

return $texto;
}

public static function addNodeInformacoes($tributos, $element, $name = null)
{
$texto = Produto::getInformacoesProduto($tributos);
Expand Down

0 comments on commit fef2b41

Please sign in to comment.