Code Duplication    Length = 8-8 lines in 2 locations

src/CTe/Dacte.php 1 location

@@ 566-573 (lines=8) @@
563
        //##################################################################
564
        //coluna esquerda identificação do emitente
565
        $w = round($maxW * 0.42);
566
        if ($this->orientacao == 'P') {
567
            $aFont = array(
568
                'font' => $this->fontePadrao,
569
                'size' => 6,
570
                'style' => '');
571
        } else {
572
            $aFont = $this->formatNegrito;
573
        }
574
        $w1 = $w;
575
        $h = 35;
576
        $oldY += $h;

src/CTe/DacteV3.php 1 location

@@ 567-574 (lines=8) @@
564
        //##################################################################
565
        //coluna esquerda identificação do emitente
566
        $w = round($maxW * 0.42);
567
        if ($this->orientacao == 'P') {
568
            $aFont = array(
569
                'font' => $this->fontePadrao,
570
                'size' => 6,
571
                'style' => '');
572
        } else {
573
            $aFont = $this->formatNegrito;
574
        }
575
        $w1 = $w;
576
        $h = 35;
577
        $oldY += $h;