Code Duplication    Length = 7-7 lines in 2 locations

src/Greenter/Factory/CeFactory.php 1 location

@@ 69-75 (lines=7) @@
66
    /**
67
     * CeFactory constructor.
68
     */
69
    public function __construct()
70
    {
71
        $this->builder = new CeBuilder();
72
        $this->signer = new SignedXml();
73
        $this->sender = new FeSunat();
74
        $this->zipper = new ZipFactory();
75
    }
76
77
    /**
78
     * Envia una Guia de Remision.

src/Greenter/Factory/FeFactory.php 1 location

@@ 67-73 (lines=7) @@
64
    /**
65
     * FeFactory constructor.
66
     */
67
    public function __construct()
68
    {
69
        $this->builder = new FeBuilder();
70
        $this->signer = new SignedXml();
71
        $this->sender = new FeSunat();
72
        $this->zipper = new ZipFactory();
73
    }
74
75
    /**
76
     * @param Invoice $invoice