Passed
Branch master (514b7b)
by Roberto
06:45
created
src/DanfcePos.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
         $this->printer->text($printTotItens . "\n");
216 216
         $this->printer->setJustification(Printer::JUSTIFY_CENTER);
217 217
         $this->separador();
218
-         $pag = $this->nfce->infNFe->pag->detPag;
218
+            $pag = $this->nfce->infNFe->pag->detPag;
219 219
         foreach ($pag as $pagI) {
220 220
             $tPag = (string)$pagI->tPag;
221 221
             $tPag = (string)$this->tipoPag($tPag);
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
     protected function parteVIII()
308 308
     {
309 309
         $this->printer->setJustification(Printer::JUSTIFY_CENTER);
310
-		if (!empty($this->protNFe->infProt->xMsg)) {
310
+        if (!empty($this->protNFe->infProt->xMsg)) {
311 311
             $this->printer->text("INFORMAÇÕES ADICIONAIS");
312 312
             $this->printer->feed(1);
313 313
             $this->printer->text($this->protNFe->infProt->xMsg);
Please login to merge, or discard this patch.