@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | * |
56 | 56 | * @param string $dtInicio |
57 | 57 | * @param strinf $dtFim ultimo dia do semestre de ref |
58 | - * @return Dom |
|
58 | + * @return \DOMElement |
|
59 | 59 | */ |
60 | 60 | public function tagInfo($dtInicio, $dtFim) |
61 | 61 | { |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | * @param string $cep |
96 | 96 | * @param string $municipio |
97 | 97 | * @param string $uf |
98 | - * @return Dom |
|
98 | + * @return \DOMNode |
|
99 | 99 | */ |
100 | 100 | public function tagResponsavelRMF($cpf, $nome, $setor, $ddd, $telefone, $ramal, $logradouro, $numero, $complemento, $bairro, $cep, $municipio, $uf) |
101 | 101 | { |
@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | * @param string $ddd |
210 | 210 | * @param string $telefone |
211 | 211 | * @param string $ramal |
212 | - * @return Dom |
|
212 | + * @return \DOMNode |
|
213 | 213 | */ |
214 | 214 | public function tagRepresLegal($cpf, $setor, $ddd, $telefone, $ramal) |
215 | 215 | { |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * @param string $uf |
50 | 50 | * @param string $pais |
51 | 51 | * @param string $paisResidencia |
52 | - * @return Dom |
|
52 | + * @return \DOMElement |
|
53 | 53 | */ |
54 | 54 | public function tagInfo($nome, $endereco, $municipio, $uf, $pais, $paisResidencia) |
55 | 55 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * @param string $endereco |
51 | 51 | * @param string $pais |
52 | 52 | * @param string $paisResidencia |
53 | - * @return Dom |
|
53 | + * @return \DOMElement |
|
54 | 54 | */ |
55 | 55 | public function tagInfo($giin, $tpNI, $nIIntermediario, $nome, $endereco, $pais, $paisResidencia) |
56 | 56 | { |
@@ -47,10 +47,9 @@ |
||
47 | 47 | * @param string $nome |
48 | 48 | * @param string $endereco |
49 | 49 | * @param string $municipio |
50 | - * @param string $uf |
|
51 | 50 | * @param string $pais |
52 | 51 | * @param string $paisResidencia |
53 | - * @return Dom |
|
52 | + * @return \DOMElement |
|
54 | 53 | */ |
55 | 54 | public function tagInfo($giin, $cnpj, $nome, $endereco, $municipio, $pais, $paisResidencia) |
56 | 55 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | * Cria a tag info |
42 | 42 | * |
43 | 43 | * @param string $nrReciboEvento |
44 | - * @return Dom |
|
44 | + * @return \DOMElement |
|
45 | 45 | */ |
46 | 46 | public function tagInfo($nrReciboEvento) |
47 | 47 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | * Cria a tag info |
42 | 42 | * |
43 | 43 | * @param string $nrReciboEventoAbertura |
44 | - * @return Dom |
|
44 | + * @return \DOMElement |
|
45 | 45 | */ |
46 | 46 | public function tagInfo($nrReciboEventoAbertura) |
47 | 47 | { |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | * @param string $indRetificacao |
94 | 94 | * @param int $tpAmb |
95 | 95 | * @param string $nrRecibo |
96 | - * @return Dom |
|
96 | + * @return \DOMNode |
|
97 | 97 | */ |
98 | 98 | public function tagEvento($id, $indRetificacao, $tpAmb, $nrRecibo = '') |
99 | 99 | { |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | * Cria a tag ideDeclarante |
149 | 149 | * |
150 | 150 | * @param string $cnpj |
151 | - * @return Dom |
|
151 | + * @return \DOMElement |
|
152 | 152 | */ |
153 | 153 | public function tagDeclarante($cnpj) |
154 | 154 | { |
@@ -13,11 +13,11 @@ |
||
13 | 13 | * @link http://github.com/nfephp-org/sped-efinanceira for the canonical source repository |
14 | 14 | */ |
15 | 15 | |
16 | +use InvalidArgumentException; |
|
16 | 17 | use NFePHP\Common\Base\BaseMake; |
17 | 18 | use NFePHP\Common\Certificate\Pkcs12; |
18 | -use NFePHP\Common\Files\FilesFolders; |
|
19 | 19 | use NFePHP\Common\Dom\ValidXsd; |
20 | -use InvalidArgumentException; |
|
20 | +use NFePHP\Common\Files\FilesFolders; |
|
21 | 21 | |
22 | 22 | abstract class Factory extends BaseMake |
23 | 23 | { |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | * 2 = Fusão |
65 | 65 | * 3 = Incorporação/Incorporada |
66 | 66 | * 5 = Cisão Total |
67 | - * @return Dom |
|
67 | + * @return \DOMElement |
|
68 | 68 | */ |
69 | 69 | public function tagInfo($dtInicio, $dtFim, $sitEspecial) |
70 | 70 | { |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | * @param string $pais |
101 | 101 | * @param string $reportavel 0-Não |
102 | 102 | * 1-Sim |
103 | - * @return Dom |
|
103 | + * @return \DOMElement |
|
104 | 104 | */ |
105 | 105 | public function reportavelExterior($pais, $reportavel) |
106 | 106 | { |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | * Dados de fechamento do anomes |
129 | 129 | * @param string $anomes |
130 | 130 | * @param string $qtd |
131 | - * @return Dom |
|
131 | + * @return \DOMElement |
|
132 | 132 | */ |
133 | 133 | public function tagFechamentoMes($anomes, $qtd) |
134 | 134 | { |