@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | protected $yDados = 0; |
27 | 27 | protected $xml; // string XML NFe |
28 | 28 | protected $errMsg = ''; // mesagens de erro |
29 | - protected $errStatus = false;// status de erro TRUE um erro ocorreu false sem erros |
|
29 | + protected $errStatus = false; // status de erro TRUE um erro ocorreu false sem erros |
|
30 | 30 | protected $formatoChave = "#### #### #### #### #### #### #### #### #### #### ####"; |
31 | 31 | protected $margemInterna = 2; |
32 | 32 | protected $id; |
@@ -314,7 +314,7 @@ discard block |
||
314 | 314 | $UF = 'UF: ' . $this->UF; |
315 | 315 | $mun = 'Municipio: ' . $this->xMun; |
316 | 316 | |
317 | - $texto = $cpfcnpj . ' - ' . $ie . $rntrc ."\n"; |
|
317 | + $texto = $cpfcnpj . ' - ' . $ie . $rntrc . "\n"; |
|
318 | 318 | $texto .= $lgr . ' - ' . $nro . "\n"; |
319 | 319 | $texto .= $bairro . "\n"; |
320 | 320 | $texto .= $UF . ' - ' . $mun . ' - ' . $CEP; |
@@ -568,7 +568,7 @@ discard block |
||
568 | 568 | $n = count($resp['message']); |
569 | 569 | $alttot = $n * 15; |
570 | 570 | $x = 10; |
571 | - $y = $this->hPrint/2 - $alttot/2; |
|
571 | + $y = $this->hPrint / 2 - $alttot / 2; |
|
572 | 572 | $h = 15; |
573 | 573 | $w = $maxW - (2 * $x); |
574 | 574 | $this->pdf->settextcolor(90, 90, 90); |
@@ -1242,7 +1242,7 @@ discard block |
||
1242 | 1242 | $aFont = array('font' => $this->fontePadrao, 'size' => 8, 'style' => ''); |
1243 | 1243 | $this->pdf->textBox($x, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false); |
1244 | 1244 | //$y = $this->hPrint - 4; |
1245 | - $y = $this->hPrint+8; |
|
1245 | + $y = $this->hPrint + 8; |
|
1246 | 1246 | $texto = "Impresso em " . date('d/m/Y H:i:s') . ' ' . $this->creditos; |
1247 | 1247 | $w = $this->wPrint - 4; |
1248 | 1248 | $aFont = array('font' => $this->fontePadrao, 'size' => 6, 'style' => 'I'); |