Code Duplication    Length = 3-3 lines in 2 locations

src/CTe/Dacte.php 1 location

@@ 2621-2623 (lines=3) @@
2618
        $texto = 'DADOS ESPECÍFICOS DO MODAL RODOVIÁRIO - ' . $textolota;
2619
        $aFont = $this->formatPadrao;
2620
        $this->pTextBox($x, $y, $w, $h * 3.2, $texto, $aFont, 'T', 'C', 1, '');
2621
        if ($this->lota == 1) {
2622
            $this->pdf->Line($x, $y + 12, $w + 1, $y + 12); // LINHA DE BAIXO
2623
        }
2624
        $y += 3.4;
2625
        $this->pdf->Line($x, $y, $w + 1, $y); // LINHA DE CIMA
2626
        $texto = 'RNTRC DA EMPRESA';

src/CTe/DacteV3.php 1 location

@@ 2590-2592 (lines=3) @@
2587
        $texto = 'DADOS ESPECÍFICOS DO MODAL RODOVIÁRIO';
2588
        $aFont = $this->formatPadrao;
2589
        $this->pTextBox($x, $y, $w, $h * 3.2, $texto, $aFont, 'T', 'C', 1, '');
2590
        if ($this->lota == 1) {
2591
            $this->pdf->Line($x, $y + 12, $w + 1, $y + 12); // LINHA DE BAIXO
2592
        }
2593
        $y += 3.4;
2594
        $this->pdf->Line($x, $y, $w + 1, $y); // LINHA DE CIMA
2595
        $texto = 'RNTRC DA EMPRESA';