Completed
Push — master ( 7fa6ac...fa7fd6 )
by Roberto
07:15
created
src/Tools.php 2 patches
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,14 +13,13 @@
 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;
17 21
 use NFePHP\Common\LotNumber\LotNumber;
18 22
 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 23
 
25 24
 if (!defined('NFEPHP_ROOT')) {
26 25
     define('NFEPHP_ROOT', dirname(dirname(__FILE__)));
Please login to merge, or discard this patch.
Doc Comments   +7 added lines, -8 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      * @param type $aRetorno
79 79
      * @param int $indSinc
80 80
      * @param type $compactarZip
81
-     * @return type
81
+     * @return string
82 82
      * @throws Exception\InvalidArgumentException
83 83
      * @throws Exception\RuntimeException
84 84
      */
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
      * @param type $recibo
163 163
      * @param type $tpAmb
164 164
      * @param type $aRetorno
165
-     * @return type
165
+     * @return string
166 166
      * @throws Exception\InvalidArgumentException
167 167
      * @throws Exception\RuntimeException
168 168
      */
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
      * @param type $chave
225 225
      * @param type $tpAmb
226 226
      * @param type $aRetorno
227
-     * @return type
227
+     * @return string
228 228
      * @throws Exception\InvalidArgumentException
229 229
      * @throws Exception\RuntimeException
230 230
      */
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
      * @param type $siglaUF
286 286
      * @param type $tpAmb
287 287
      * @param type $aRetorno
288
-     * @return type
288
+     * @return string
289 289
      * @throws Exception\RuntimeException
290 290
      */
291 291
     public function sefazStatus($siglaUF = '', $tpAmb = '2', &$aRetorno = array())
@@ -336,14 +336,13 @@  discard block
 block discarded – undo
336 336
     /**
337 337
      * Inutiza sequencia de numeracao
338 338
      *
339
-     * @param type $nAno
340 339
      * @param type $nSerie
341 340
      * @param type $nIni
342 341
      * @param type $nFin
343 342
      * @param type $xJust
344 343
      * @param type $tpAmb
345 344
      * @param type $aRetorno
346
-     * @return boolean
345
+     * @return string
347 346
      * @throws Exception\RuntimeException
348 347
      * @throws Exception\InvalidArgumentException
349 348
      */
@@ -439,7 +438,7 @@  discard block
 block discarded – undo
439 438
      * @param type $xJust
440 439
      * @param type $nProt
441 440
      * @param type $aRetorno
442
-     * @return type
441
+     * @return string
443 442
      * @throws Exception\InvalidArgumentException
444 443
      */
445 444
     public function sefazCancela($chCTe = '', $tpAmb = '2', $xJust = '', $nProt = '', &$aRetorno = array())
@@ -755,7 +754,7 @@  discard block
 block discarded – undo
755 754
      * @param type $valorAlterado
756 755
      * @param type $nroItemAlterado
757 756
      * @param type $aRetorno
758
-     * @return type
757
+     * @return string
759 758
      * @throws Exception\InvalidArgumentException
760 759
      */
761 760
     public function sefazCartaCorrecao(
Please login to merge, or discard this patch.