Completed
Push — master ( 95335a...1db124 )
by Roberto
05:09
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/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/Mail.php 1 patch
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.
src/Tools.php 1 patch
Doc Comments   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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(
Please login to merge, or discard this patch.