Code Duplication    Length = 3-3 lines in 3 locations

src/Make.php 3 locations

@@ 1651-1653 (lines=3) @@
1648
            $this->dom->appChild($this->infMDFe, $infDoc, 'Falta tag "infMDFe"');
1649
        }
1650
        //ajusta quantidades em tot
1651
        if ($this->aCountDoc['CTe'] > 0) {
1652
            $this->tot->getElementsByTagName('qCTe')->item(0)->nodeValue = $this->aCountDoc['CTe'];
1653
        }
1654
        if ($this->aCountDoc['NFe'] > 0) {
1655
            $this->tot->getElementsByTagName('qNFe')->item(0)->nodeValue = $this->aCountDoc['NFe'];
1656
        }
@@ 1654-1656 (lines=3) @@
1651
        if ($this->aCountDoc['CTe'] > 0) {
1652
            $this->tot->getElementsByTagName('qCTe')->item(0)->nodeValue = $this->aCountDoc['CTe'];
1653
        }
1654
        if ($this->aCountDoc['NFe'] > 0) {
1655
            $this->tot->getElementsByTagName('qNFe')->item(0)->nodeValue = $this->aCountDoc['NFe'];
1656
        }
1657
        if ($this->aCountDoc['MDFe'] > 0) {
1658
            $this->tot->getElementsByTagName('qMDFe')->item(0)->nodeValue = $this->aCountDoc['MDFe'];
1659
        }
@@ 1657-1659 (lines=3) @@
1654
        if ($this->aCountDoc['NFe'] > 0) {
1655
            $this->tot->getElementsByTagName('qNFe')->item(0)->nodeValue = $this->aCountDoc['NFe'];
1656
        }
1657
        if ($this->aCountDoc['MDFe'] > 0) {
1658
            $this->tot->getElementsByTagName('qMDFe')->item(0)->nodeValue = $this->aCountDoc['MDFe'];
1659
        }
1660
    }
1661
1662
    /**