Code Duplication    Length = 5-5 lines in 2 locations

src/Elements/Contribuicoes/D100.php 1 location

@@ 195-199 (lines=5) @@
192
193
    public function postValidation()
194
    {
195
        if (!empty($this->std->chv_cte) and !Keys::isValid($this->std->chv_cte)) {
196
            throw new \InvalidArgumentException("[" . self::REG . "] " .
197
                " Dígito verificador incorreto no campo chave do " .
198
                " campo CHV_CTE");
199
        }
200
201
        if (!empty($this->std->chv_cte_ref) and !Keys::isValid($this->std->chv_cte_ref)) {
202
            throw new \InvalidArgumentException("[" . self::REG . "] " .

src/Elements/ICMSIPI/D100.php 1 location

@@ 266-270 (lines=5) @@
263
        /*
264
         * Faz a verificação do digito verificador do campo
265
         */
266
        if (!Keys::isValid($this->std->chv_cte)) {
267
            throw new \InvalidArgumentException("[" . self::REG . "] " .
268
                " Dígito verificador incorreto no campo campo chave do " .
269
                "conhecimento de transporte eletrônico (CHV_CTE)");
270
        }
271
272
        /**
273
         * Se o Campo COD_MOD for igual a 07, 08, 08B, 09, 10, 11, 26 ou 27