Completed
Push — master ( 02b57e...c6d165 )
by Roberto
07:20 queued 05:05
created
src/Factory/CadPatrocinado.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,10 +50,9 @@
 block discarded – undo
50 50
      * @param  string $nome
51 51
      * @param  string $endereco
52 52
      * @param  string $municipio
53
-     * @param  string $uf
54 53
      * @param  string $pais
55 54
      * @param  string $paisResidencia
56
-     * @return Dom
55
+     * @return \DOMElement
57 56
      */
58 57
     public function tagInfo($giin, $cnpj, $nome, $endereco, $municipio, $pais, $paisResidencia)
59 58
     {
Please login to merge, or discard this patch.
src/BaseTools.php 2 patches
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,13 +13,12 @@
 block discarded – undo
13 13
  * @link      http://github.com/nfephp-org/sped-efinanceira for the canonical source repository
14 14
  */
15 15
 
16
+use InvalidArgumentException;
16 17
 use NFePHP\Common\Certificate\Pkcs12;
17 18
 use NFePHP\Common\DateTime\DateTime;
18
-use NFePHP\Common\Dom\Dom;
19
-use NFePHP\Common\Soap\CurlSoap;
20 19
 use NFePHP\Common\Files;
20
+use NFePHP\Common\Soap\CurlSoap;
21 21
 use RuntimeException;
22
-use InvalidArgumentException;
23 22
 
24 23
 class Tools
25 24
 {
Please login to merge, or discard this patch.
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     * getCertTimestamp
139 139
     * Retorna o timestamp para a data de vencimento do Certificado
140 140
     *
141
-    * @return int
141
+    * @return double
142 142
     */
143 143
     public function getCertTimestamp()
144 144
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     * getCertValidity
150 150
     * Retorna o timestamp para a data de vencimento do Certificado
151 151
     *
152
-    * @return int
152
+    * @return string
153 153
     */
154 154
     public function getCertValidity()
155 155
     {
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
      * Envia a mensagem para o webservice
331 331
      *
332 332
      * @param string $urlService
333
-     * @param strting $body
333
+     * @param string $body
334 334
      * @param string $method
335 335
      * @param string $lastMsg
336 336
      * @return string
Please login to merge, or discard this patch.
src/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -444,7 +444,7 @@
 block discarded – undo
444 444
      * Busca a data e hora do processamento
445 445
      *
446 446
      * @param DOMElement $node
447
-     * @return strinf
447
+     * @return string
448 448
      */
449 449
     protected static function retDataHora($node)
450 450
     {
Please login to merge, or discard this patch.