Completed
Pull Request — master (#46)
by Roberto
04:22
created
src/Auxiliar/Response.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Convert.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,10 +14,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Make.php 1 patch
Doc Comments   +3 added lines, -16 removed lines patch added patch discarded remove patch
@@ -2463,25 +2463,12 @@
 block discarded – undo
2463 2463
      * tagICMS
2464 2464
      * Informações do ICMS da Operação própria e ST N01 pai M01
2465 2465
      * tag NFe/infNFe/det[]/imposto/ICMS
2466
-     * @param string $nItem
2467
-     * @param string $orig
2468
-     * @param string $CST
2469
-     * @param string $modBC
2470 2466
      * @param string $vBC
2471 2467
      * @param string $pICMS
2472 2468
      * @param string $vICMS
2473
-     * @param string $vICMSDeson
2474
-     * @param string $motDesICMS
2475
-     * @param string $modBCST
2476
-     * @param string $pMVAST
2477
-     * @param string $pRedBCST
2478
-     * @param string $vBCST
2479
-     * @param string $pICMSST
2480
-     * @param string $vICMSST
2481
-     * @param string $pDif
2482
-     * @param string $vICMSDif
2483
-     * @param string $vICMSOp
2484
-     * @param string $vBCSTRet
2469
+     * @param string $pRedBC
2470
+     * @param string $pICMSSTRet
2471
+     * @param string $pICMSSTRet
2485 2472
      * @param string $vICMSSTRet
2486 2473
      * @return DOMElement
2487 2474
      */
Please login to merge, or discard this patch.
src/Tools.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -707,6 +707,12 @@
 block discarded – undo
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 = '';
Please login to merge, or discard this patch.
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@
 block discarded – undo
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__)));
Please login to merge, or discard this patch.
src/Mail.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -67,6 +67,7 @@
 block discarded – undo
67 67
      * zMontaMessagem
68 68
      *
69 69
      * @param string $pathFile
70
+     * @return string
70 71
      */
71 72
     protected function zMontaMessagem($pathFile)
72 73
     {
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
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
Please login to merge, or discard this patch.