Completed
Pull Request — master (#459)
by Roberto
02:56
created
src/NFe/Traits/TraitBlocoIX.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
         }
34 34
         $this->pdf->textBox(
35 35
             $this->margem,
36
-            $y+3,
36
+            $y + 3,
37 37
             $this->wPrint,
38
-            $this->bloco9H-4,
38
+            $this->bloco9H - 4,
39 39
             str_replace(";", "\n", $this->infCpl),
40 40
             $aFont,
41 41
             'T',
@@ -67,8 +67,8 @@  discard block
 block discarded – undo
67 67
             $aFont = ['font'=> $this->fontePadrao, 'size' => 5, 'style' => ''];
68 68
         }
69 69
         $linhas = str_replace(';', "\n", $this->infCpl);
70
-        $hfont = (imagefontheight($fsize)/72)*13;
71
-        $numlinhas = $pdf->getNumLines($linhas, $wprint, $aFont)+2;
70
+        $hfont = (imagefontheight($fsize) / 72) * 13;
71
+        $numlinhas = $pdf->getNumLines($linhas, $wprint, $aFont) + 2;
72 72
         return (int) ($numlinhas * $hfont) + 2;
73 73
     }
74 74
 }
Please login to merge, or discard this patch.