Skip to content

Commit

Permalink
Typos in Danfce.php
Browse files Browse the repository at this point in the history
Simples correções tipográficas
  • Loading branch information
abensur authored Mar 22, 2024
1 parent 6b7f513 commit 75429dc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/NFe/Danfce.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Danfce extends DaCommon
protected $canceled = false;
protected $submessage = null;

protected $bloco1H = 18.0; //cabecalho
protected $bloco1H = 18.0; //cabeçalho
protected $bloco2H = 12.0; //informação fiscal

protected $bloco3H = 0.0; //itens
Expand Down Expand Up @@ -169,7 +169,7 @@ public function setAsCanceled()
}

/**
* Registra via do estabelecimento quando a impressção for offline
* Registra via do estabelecimento quando a impressão for offline
*/
public function setViaEstabelecimento()
{
Expand All @@ -187,7 +187,7 @@ public function setOffLineDoublePrint($flag = true)
}

/**
* Recebe uma string com uma informação adicionadl que sera impressa no final do pdf
* Recebe uma string com uma informação adicional que será impressa ao final do pdf
*
* @param string $texto
*/
Expand Down Expand Up @@ -260,7 +260,7 @@ protected function monta(
$y = $this->blocoVII($y); //informações sobre o consumidor e dados da NFCe
$y = $this->blocoVIII($y); //QRCODE
$y = $this->blocoIX($y); //informações complementares e sobre tributos
$y = $this->blocoX($y); //creditos
$y = $this->blocoX($y); //créditos

$ymark = $maxH / 4;
if ($this->tpAmb == 2) {
Expand Down Expand Up @@ -322,7 +322,7 @@ protected function monta(
$this->pdf->addPage($this->orientacao, $this->papel); // adiciona a primeira página
$this->pdf->setLineWidth(0.1); // define a largura da linha
$this->pdf->setTextColor(0, 0, 0);
$y = $this->blocoI(); //cabecalho
$y = $this->blocoI(); //cabeçalho
$y = $this->blocoII($y); //informação cabeçalho fiscal e contingência
$y = $this->blocoIII($y); //informação dos itens
$y = $this->blocoIV($y); //informação sobre os totais
Expand All @@ -331,7 +331,7 @@ protected function monta(
$y = $this->blocoVII($y); //informações sobre o consumidor e dados da NFCe
$y = $this->blocoVIII($y); //QRCODE
$y = $this->blocoIX($y); //informações sobre tributos
$y = $this->blocoX($y); //creditos
$y = $this->blocoX($y); //créditos
$ymark = $maxH / 4;
if ($this->tpAmb == 2) {
$this->pdf->setTextColor(120, 120, 120);
Expand Down Expand Up @@ -363,7 +363,7 @@ private function calculatePaperLength()
$this->bloco5H = $this->calculateHeightPag();
$this->bloco9H = $this->calculateHeighBlokIX();

$length = $this->bloco1H //cabecalho
$length = $this->bloco1H //cabeçalho
+ $this->bloco2H //informação fiscal
+ $this->bloco3H //itens
+ $this->bloco4H //totais
Expand Down

0 comments on commit 75429dc

Please sign in to comment.