@@ -707,6 +707,12 @@ |
||
707 | 707 | return array('alias' => $aliasEvento, 'desc' => $descEvento); |
708 | 708 | } |
709 | 709 | |
710 | + /** |
|
711 | + * @param string $xJust |
|
712 | + * @param integer $nSerie |
|
713 | + * @param integer $nIni |
|
714 | + * @param integer $nFin |
|
715 | + */ |
|
710 | 716 | private function zValidParamInut($xJust, $nSerie, $nIni, $nFin) |
711 | 717 | { |
712 | 718 | $msg = ''; |
@@ -13,14 +13,14 @@ |
||
13 | 13 | * @author Roberto L. Machado <linux.rlm at gmail dot com> |
14 | 14 | */ |
15 | 15 | |
16 | +use NFePHP\CTe\Auxiliar\IdentifyCTe; |
|
17 | +use NFePHP\CTe\Auxiliar\Response; |
|
16 | 18 | use NFePHP\Common\Base\BaseTools; |
19 | +use NFePHP\Common\Dom\ValidXsd; |
|
20 | +use NFePHP\Common\Exception; |
|
21 | +use NFePHP\Common\Files; |
|
17 | 22 | use NFePHP\Common\LotNumber\LotNumber; |
18 | 23 | use NFePHP\Common\Strings\Strings; |
19 | -use NFePHP\Common\Files; |
|
20 | -use NFePHP\Common\Exception; |
|
21 | -use NFePHP\CTe\Auxiliar\Response; |
|
22 | -use NFePHP\CTe\Auxiliar\IdentifyCTe; |
|
23 | -use NFePHP\Common\Dom\ValidXsd; |
|
24 | 24 | |
25 | 25 | if (!defined('NFEPHP_ROOT')) { |
26 | 26 | define('NFEPHP_ROOT', dirname(dirname(__FILE__))); |
@@ -67,6 +67,7 @@ |
||
67 | 67 | * zMontaMessagem |
68 | 68 | * |
69 | 69 | * @param string $pathFile |
70 | + * @return string |
|
70 | 71 | */ |
71 | 72 | protected function zMontaMessagem($pathFile) |
72 | 73 | { |
@@ -13,11 +13,11 @@ |
||
13 | 13 | * @link http://github.com/nfephp-org/nfephp for the canonical source repository |
14 | 14 | */ |
15 | 15 | |
16 | -use NFePHP\Common\Dom\Dom; |
|
17 | -use NFePHP\Common\DateTime\DateTime; |
|
16 | +use Html2Text\Html2Text; |
|
18 | 17 | use NFePHP\Common\Base\BaseMail; |
18 | +use NFePHP\Common\DateTime\DateTime; |
|
19 | +use NFePHP\Common\Dom\Dom; |
|
19 | 20 | use NFePHP\Common\Exception; |
20 | -use Html2Text\Html2Text; |
|
21 | 21 | use \DOMDocument; |
22 | 22 | |
23 | 23 | class Mail extends BaseMail |