| @@ -23,7 +23,6 @@ | ||
| 23 | 23 | * | 
| 24 | 24 | * @param string $method | 
| 25 | 25 | * @param string $xmlResp | 
| 26 | - * @param mixed $parametro | |
| 27 | 26 | * @return array | 
| 28 | 27 | */ | 
| 29 | 28 | public static function readReturnSefaz($method, $xmlResp) | 
| @@ -14,10 +14,6 @@ | ||
| 14 | 14 | * @link http://github.com/nfephp-org/nfephp for the canonical source repository | 
| 15 | 15 | */ | 
| 16 | 16 | |
| 17 | -use NFePHP\Common\Strings\Strings; | |
| 18 | -use NFePHP\Common\Exception; | |
| 19 | -use NFePHP\CTe\Make; | |
| 20 | - | |
| 21 | 17 | class Convert | 
| 22 | 18 |  { | 
| 23 | 19 | protected $limparString = true; | 
| @@ -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 | 
| @@ -159,7 +159,7 @@ discard block | ||
| 159 | 159 | * @param type $recibo | 
| 160 | 160 | * @param type $tpAmb | 
| 161 | 161 | * @param type $aRetorno | 
| 162 | - * @return type | |
| 162 | + * @return string | |
| 163 | 163 | * @throws Exception\InvalidArgumentException | 
| 164 | 164 | * @throws Exception\RuntimeException | 
| 165 | 165 | */ | 
| @@ -220,7 +220,7 @@ discard block | ||
| 220 | 220 | * @param type $chave | 
| 221 | 221 | * @param type $tpAmb | 
| 222 | 222 | * @param type $aRetorno | 
| 223 | - * @return type | |
| 223 | + * @return string | |
| 224 | 224 | * @throws Exception\InvalidArgumentException | 
| 225 | 225 | * @throws Exception\RuntimeException | 
| 226 | 226 | */ | 
| @@ -281,7 +281,7 @@ discard block | ||
| 281 | 281 | * @param type $siglaUF | 
| 282 | 282 | * @param type $tpAmb | 
| 283 | 283 | * @param type $aRetorno | 
| 284 | - * @return type | |
| 284 | + * @return string | |
| 285 | 285 | * @throws Exception\RuntimeException | 
| 286 | 286 | */ | 
| 287 | 287 | public function sefazStatus($siglaUF = '', $tpAmb = '2', &$aRetorno = array()) | 
| @@ -332,14 +332,13 @@ discard block | ||
| 332 | 332 | /** | 
| 333 | 333 | * Inutiza sequencia de numeracao | 
| 334 | 334 | * | 
| 335 | - * @param type $nAno | |
| 336 | 335 | * @param type $nSerie | 
| 337 | 336 | * @param type $nIni | 
| 338 | 337 | * @param type $nFin | 
| 339 | 338 | * @param type $xJust | 
| 340 | 339 | * @param type $tpAmb | 
| 341 | 340 | * @param type $aRetorno | 
| 342 | - * @return boolean | |
| 341 | + * @return string | |
| 343 | 342 | * @throws Exception\RuntimeException | 
| 344 | 343 | * @throws Exception\InvalidArgumentException | 
| 345 | 344 | */ | 
| @@ -443,7 +442,7 @@ discard block | ||
| 443 | 442 | * @param type $xJust | 
| 444 | 443 | * @param type $nProt | 
| 445 | 444 | * @param type $aRetorno | 
| 446 | - * @return type | |
| 445 | + * @return string | |
| 447 | 446 | * @throws Exception\InvalidArgumentException | 
| 448 | 447 | */ | 
| 449 | 448 | public function sefazCancela($chCTe = '', $tpAmb = '2', $xJust = '', $nProt = '', &$aRetorno = array()) | 
| @@ -739,7 +738,7 @@ discard block | ||
| 739 | 738 | * @param type $valorAlterado | 
| 740 | 739 | * @param type $nroItemAlterado | 
| 741 | 740 | * @param type $aRetorno | 
| 742 | - * @return type | |
| 741 | + * @return string | |
| 743 | 742 | * @throws Exception\InvalidArgumentException | 
| 744 | 743 | */ | 
| 745 | 744 | public function sefazCartaCorrecao( | 
| @@ -18,16 +18,16 @@ | ||
| 18 | 18 | * Samuel M Basso <samuelbasso at gmail do com> | 
| 19 | 19 | */ | 
| 20 | 20 | |
| 21 | +use NFePHP\CTe\Auxiliar\IdentifyCTe; | |
| 22 | +use NFePHP\CTe\Auxiliar\Response; | |
| 21 | 23 | use NFePHP\Common\Base\BaseTools; | 
| 24 | +use NFePHP\Common\DateTime\DateTime; | |
| 25 | +use NFePHP\Common\Dom\Dom; | |
| 26 | +use NFePHP\Common\Dom\ValidXsd; | |
| 27 | +use NFePHP\Common\Exception; | |
| 28 | +use NFePHP\Common\Files; | |
| 22 | 29 | use NFePHP\Common\LotNumber\LotNumber; | 
| 23 | 30 | use NFePHP\Common\Strings\Strings; | 
| 24 | -use NFePHP\Common\Files; | |
| 25 | -use NFePHP\Common\Exception; | |
| 26 | -use NFePHP\CTe\Auxiliar\Response; | |
| 27 | -use NFePHP\CTe\Auxiliar\IdentifyCTe; | |
| 28 | -use NFePHP\Common\Dom\ValidXsd; | |
| 29 | -use NFePHP\Common\Dom\Dom; | |
| 30 | -use NFePHP\Common\DateTime\DateTime; | |
| 31 | 31 | |
| 32 | 32 |  if (!defined('NFEPHP_ROOT')) { | 
| 33 | 33 |      define('NFEPHP_ROOT', dirname(dirname(__FILE__))); | 
| @@ -592,7 +592,6 @@ discard block | ||
| 592 | 592 | * @param string $tpCTe Tipo do CT-e | 
| 593 | 593 | * @param string $procEmi Identificador do processo de emissão do CT-e | 
| 594 | 594 | * @param string $verProc Versão do processo de emissão | 
| 595 | - * @param string $refCTE Chave de acesso do CT-e referenciado | |
| 596 | 595 | * @param string $cMunEnv Código do Município de envio do CT-e (de onde o documento foi transmitido) | 
| 597 | 596 | * @param string $xMunEnv Nome do Município de envio do CT-e (de onde o documento foi transmitido) | 
| 598 | 597 | * @param string $UFEnv Sigla da UF de envio do CT-e (de onde o documento foi transmitido) | 
| @@ -2501,25 +2500,12 @@ discard block | ||
| 2501 | 2500 | * tagICMS | 
| 2502 | 2501 | * Informações do ICMS da Operação própria e ST N01 pai M01 | 
| 2503 | 2502 | * tag NFe/infNFe/det[]/imposto/ICMS | 
| 2504 | - * @param string $nItem | |
| 2505 | - * @param string $orig | |
| 2506 | - * @param string $CST | |
| 2507 | - * @param string $modBC | |
| 2508 | 2503 | * @param string $vBC | 
| 2509 | 2504 | * @param string $pICMS | 
| 2510 | 2505 | * @param string $vICMS | 
| 2511 | - * @param string $vICMSDeson | |
| 2512 | - * @param string $motDesICMS | |
| 2513 | - * @param string $modBCST | |
| 2514 | - * @param string $pMVAST | |
| 2515 | - * @param string $pRedBCST | |
| 2516 | - * @param string $vBCST | |
| 2517 | - * @param string $pICMSST | |
| 2518 | - * @param string $vICMSST | |
| 2519 | - * @param string $pDif | |
| 2520 | - * @param string $vICMSDif | |
| 2521 | - * @param string $vICMSOp | |
| 2522 | - * @param string $vBCSTRet | |
| 2506 | + * @param string $pRedBC | |
| 2507 | + * @param string $pICMSSTRet | |
| 2508 | + * @param string $pICMSSTRet | |
| 2523 | 2509 | * @param string $vICMSSTRet | 
| 2524 | 2510 | * @return DOMElement | 
| 2525 | 2511 | */ |