Completed
Push — master ( 857689...68fe75 )
by Roberto
14s
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/Tools.php 2 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
      * @param type $recibo
176 176
      * @param type $tpAmb
177 177
      * @param type $aRetorno
178
-     * @return type
178
+     * @return string
179 179
      * @throws Exception\InvalidArgumentException
180 180
      * @throws Exception\RuntimeException
181 181
      */
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
      * @param type $chave
237 237
      * @param type $tpAmb
238 238
      * @param type $aRetorno
239
-     * @return type
239
+     * @return string
240 240
      * @throws Exception\InvalidArgumentException
241 241
      * @throws Exception\RuntimeException
242 242
      */
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
      * @param type $siglaUF
298 298
      * @param type $tpAmb
299 299
      * @param type $aRetorno
300
-     * @return type
300
+     * @return string
301 301
      * @throws Exception\RuntimeException
302 302
      */
303 303
     public function sefazStatus($siglaUF = '', $tpAmb = '2', &$aRetorno = array())
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
      * @param type $xJust
460 460
      * @param type $nProt
461 461
      * @param type $aRetorno
462
-     * @return type
462
+     * @return string
463 463
      * @throws Exception\InvalidArgumentException
464 464
      */
465 465
     public function sefazCancela($chCTe = '', $tpAmb = '2', $xJust = '', $nProt = '', &$aRetorno = array())
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace NFePHP\CTe;
4 4
 
5
+use NFePHP\CTe\Auxiliar\IdentifyCTe;
6
+use NFePHP\CTe\Auxiliar\Response;
5 7
 use NFePHP\Common\DateTime\DateTime;
6 8
 use NFePHP\Common\Dom\Dom;
7 9
 use NFePHP\Common\Dom\ValidXsd;
8 10
 use NFePHP\Common\Exception;
9 11
 use NFePHP\Common\LotNumber\LotNumber;
10 12
 use NFePHP\Common\Strings\Strings;
11
-use NFePHP\CTe\Auxiliar\IdentifyCTe;
12
-use NFePHP\CTe\Auxiliar\Response;
13 13
 
14 14
 /**
15 15
  * Classe principal para a comunicação com a SEFAZ
Please login to merge, or discard this patch.
src/Make.php 1 patch
Doc Comments   +11 added lines, -12 removed lines patch added patch discarded remove patch
@@ -618,7 +618,6 @@  discard block
 block discarded – undo
618 618
      * @param string $tpCTe Tipo do CT-e
619 619
      * @param string $procEmi Identificador do processo de emissão do CT-e
620 620
      * @param string $verProc Versão do processo de emissão
621
-     * @param string $refCTE Chave de acesso do CT-e referenciado
622 621
      * @param string $cMunEnv Código do Município de envio do CT-e (de onde o documento foi transmitido)
623 622
      * @param string $xMunEnv Nome do Município de envio do CT-e (de onde o documento foi transmitido)
624 623
      * @param string $UFEnv Sigla da UF de envio do CT-e (de onde o documento foi transmitido)
@@ -2532,7 +2531,7 @@  discard block
 block discarded – undo
2532 2531
      * @param string $vICMSSTRet
2533 2532
      * @param string $pICMSSTRet
2534 2533
      * @param string $vCred
2535
-     * @param string $vTotTrib
2534
+     * @param integer $vTotTrib
2536 2535
      * @param bool $outraUF
2537 2536
      * @param string $vBCUFFim
2538 2537
      * @param string $pFCPUFFim
@@ -2540,8 +2539,8 @@  discard block
 block discarded – undo
2540 2539
      * @param string $pICMSInter
2541 2540
      * @param string $pICMSInterPart
2542 2541
      * @param string $vFCPUFFim
2543
-     * @param string $vICMSUFFim
2544
-     * @param string $vICMSUFIni
2542
+     * @param integer $vICMSUFFim
2543
+     * @param integer $vICMSUFIni
2545 2544
      * @return DOMElement
2546 2545
      */
2547 2546
     public function icmsTag(
@@ -2837,7 +2836,7 @@  discard block
 block discarded – undo
2837 2836
      * @param string $nPeso
2838 2837
      * @param string $PIN
2839 2838
      * @param string $dPrev
2840
-     * @return mixed
2839
+     * @return DOMElement
2841 2840
      */
2842 2841
     public function infNFTag(
2843 2842
         $nRoma = '',
@@ -2897,7 +2896,7 @@  discard block
 block discarded – undo
2897 2896
      * @param string $chave
2898 2897
      * @param string $PIN
2899 2898
      * @param string $dPrev
2900
-     * @return mixed
2899
+     * @return DOMElement
2901 2900
      */
2902 2901
     public function infNFeTag($chave = '', $PIN = '', $dPrev = '')
2903 2902
     {
@@ -2938,7 +2937,7 @@  discard block
 block discarded – undo
2938 2937
      * @param string $dEmi
2939 2938
      * @param string $vDocFisc
2940 2939
      * @param string $dPrev
2941
-     * @return mixed
2940
+     * @return DOMElement
2942 2941
      */
2943 2942
     public function infOutrosTag($tpDoc = '', $descOutros = '', $nDoc = '', $dEmi = '', $vDocFisc = '', $dPrev = '')
2944 2943
     {
@@ -2968,7 +2967,7 @@  discard block
 block discarded – undo
2968 2967
      * @param string $IE
2969 2968
      * @param string $UF
2970 2969
      * @param string $xNome
2971
-     * @return mixed
2970
+     * @return DOMElement
2972 2971
      */
2973 2972
     public function emiDocAntTag($CNPJ = '', $CPF = '', $IE = '', $UF = '', $xNome = '')
2974 2973
     {
@@ -2993,7 +2992,7 @@  discard block
 block discarded – undo
2993 2992
      * #358
2994 2993
      * Nível: 4
2995 2994
      * @param string $chCTe
2996
-     * @return mixed
2995
+     * @return DOMElement
2997 2996
      */
2998 2997
     public function idDocAntEleTag($chCTe = '')
2999 2998
     {
@@ -3014,7 +3013,7 @@  discard block
 block discarded – undo
3014 3013
      * @param int $respSeg
3015 3014
      * @param string $xSeg
3016 3015
      * @param string $nApol
3017
-     * @return mixed
3016
+     * @return DOMElement
3018 3017
      */
3019 3018
     public function segTag($respSeg = 4, $xSeg = '', $nApol = '')
3020 3019
     {
@@ -3086,7 +3085,7 @@  discard block
 block discarded – undo
3086 3085
      * @param string $IE
3087 3086
      * @param string $propUF
3088 3087
      * @param string $tpPropProp
3089
-     * @return mixed
3088
+     * @return DOMElement
3090 3089
      */
3091 3090
     public function veicTag(
3092 3091
         $cInt = '',
@@ -3264,7 +3263,7 @@  discard block
 block discarded – undo
3264 3263
      * Nível: 1
3265 3264
      * @param string $xNome
3266 3265
      * @param string $CPF
3267
-     * @return mixed
3266
+     * @return DOMElement
3268 3267
      */
3269 3268
     public function motoTag($xNome = '', $CPF = '')
3270 3269
     {
Please login to merge, or discard this patch.